diff --git a/pom.xml b/pom.xml index 9ea06c8a067..6c1b661bf15 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,7 @@ 0.8.0 2.0.46 11.6.1 + 5.17.1 4.5.1 1.9.1 0.5.0 diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 663f8c5cb51..6fcbd695c02 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -183,6 +183,12 @@ ${project.version} + + org.springframework.ai + spring-ai-azure-cosmos-db-store + ${project.version} + + org.springframework.ai spring-ai-cassandra-store @@ -293,6 +299,12 @@ ${project.version} + + org.springframework.ai + spring-ai-azure-cosmos-db-store-spring-boot-starter + ${project.version} + + org.springframework.ai spring-ai-azure-openai-spring-boot-starter diff --git a/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml b/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml index 8c1e57ccdea..ca93a9ece8b 100644 --- a/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml +++ b/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml @@ -45,7 +45,7 @@ com.azure azure-spring-data-cosmos - LATEST + ${azure-cosmos.version} org.springframework.ai