From 15775f15c23c93418baf6b48a95ac42aaf8eaff8 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Thu, 12 Jun 2025 07:54:44 +0100 Subject: [PATCH] Fix version for elevenlabs starter/autoconfiguration artifacts in Spring AI BOM Signed-off-by: Ilayaperumal Gopinathan --- spring-ai-bom/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index b4218a2dc..6d597e384 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -574,6 +574,7 @@ org.springframework.ai spring-ai-autoconfigure-model-elevenlabs + ${project.version} @@ -928,6 +929,7 @@ org.springframework.ai spring-ai-starter-model-elevenlabs + ${project.version}