diff --git a/auto-configurations/models/chat/memory/spring-ai-autoconfigure-model-chat-memory-neo4j/pom.xml b/auto-configurations/models/chat/memory/spring-ai-autoconfigure-model-chat-memory-neo4j/pom.xml
index 206c7c709..ac407bd82 100644
--- a/auto-configurations/models/chat/memory/spring-ai-autoconfigure-model-chat-memory-neo4j/pom.xml
+++ b/auto-configurations/models/chat/memory/spring-ai-autoconfigure-model-chat-memory-neo4j/pom.xml
@@ -21,7 +21,6 @@
git@github.com:spring-projects/spring-ai.git
-
@@ -30,8 +29,6 @@
${project.parent.version}
-
-
org.springframework.boot
diff --git a/document-readers/jsoup-reader/pom.xml b/document-readers/jsoup-reader/pom.xml
index dd4b65130..610b29ffa 100644
--- a/document-readers/jsoup-reader/pom.xml
+++ b/document-readers/jsoup-reader/pom.xml
@@ -48,7 +48,7 @@
org.jsoup
jsoup
- 1.18.3
+ ${jsoup.version}
diff --git a/pom.xml b/pom.xml
index 7fdacd8c8..17370d94a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,15 +265,18 @@
2.29.29
2.29.29
- 0.30.0
+ 0.32.0
1.19.2
- 3.51.0
+ 3.63.1
26.59.0
9.20.0
4.37.0
2.2.25
+ 1.13.13
2.0.3
+ 1.18.3
+
3.25.2
@@ -291,7 +294,7 @@
2.0.46
1.53.0
1.3.0
- 1.14.0
+ 1.15.4
11.7.6
5.17.1
5.2.0
@@ -303,6 +306,7 @@
0.22.0
3.8.0
+ 2024.5.1
4.12.0
diff --git a/spring-ai-client-chat/pom.xml b/spring-ai-client-chat/pom.xml
index e296e6489..ed6faabf6 100644
--- a/spring-ai-client-chat/pom.xml
+++ b/spring-ai-client-chat/pom.xml
@@ -135,7 +135,7 @@
io.mockk
mockk-jvm
- 1.13.13
+ ${mockk-jvm.version}
test
diff --git a/spring-ai-model/pom.xml b/spring-ai-model/pom.xml
index 500e3cfd2..3475af022 100644
--- a/spring-ai-model/pom.xml
+++ b/spring-ai-model/pom.xml
@@ -134,7 +134,7 @@
io.mockk
mockk-jvm
- 1.13.13
+ ${mockk-jvm.version}
test
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 154167f09..cf65826d4 100644
--- a/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml
+++ b/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml
@@ -50,7 +50,7 @@
com.azure
azure-identity
- 1.15.4
+ ${azure-identity.version}
org.springframework.ai
diff --git a/vector-stores/spring-ai-gemfire-store/pom.xml b/vector-stores/spring-ai-gemfire-store/pom.xml
index 13afc1287..25449c510 100644
--- a/vector-stores/spring-ai-gemfire-store/pom.xml
+++ b/vector-stores/spring-ai-gemfire-store/pom.xml
@@ -91,7 +91,6 @@
org.awaitility
awaitility
- 3.0.0
test
diff --git a/vector-stores/spring-ai-mongodb-atlas-store/pom.xml b/vector-stores/spring-ai-mongodb-atlas-store/pom.xml
index 0c3956762..f2e1014b9 100644
--- a/vector-stores/spring-ai-mongodb-atlas-store/pom.xml
+++ b/vector-stores/spring-ai-mongodb-atlas-store/pom.xml
@@ -73,7 +73,8 @@
org.testcontainers
junit-jupiter
test
-
+
+
org.testcontainers
mongodb
1.20.2
diff --git a/vector-stores/spring-ai-neo4j-store/pom.xml b/vector-stores/spring-ai-neo4j-store/pom.xml
index 2739fb39c..0f9513843 100644
--- a/vector-stores/spring-ai-neo4j-store/pom.xml
+++ b/vector-stores/spring-ai-neo4j-store/pom.xml
@@ -46,7 +46,7 @@
org.neo4j
neo4j-cypher-dsl-bom
- 2024.5.1
+ ${neo4j-cypher-dsl-bom.version}
pom
import