diff --git a/document-readers/pdf-reader/pom.xml b/document-readers/pdf-reader/pom.xml
index 37ebc83dd..c870c9176 100644
--- a/document-readers/pdf-reader/pom.xml
+++ b/document-readers/pdf-reader/pom.xml
@@ -55,7 +55,6 @@
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/models/spring-ai-ollama/pom.xml b/models/spring-ai-ollama/pom.xml
index b72cf88f9..e8f04527e 100644
--- a/models/spring-ai-ollama/pom.xml
+++ b/models/spring-ai-ollama/pom.xml
@@ -71,7 +71,6 @@
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/models/spring-ai-postgresml/pom.xml b/models/spring-ai-postgresml/pom.xml
index aac3aee31..78ed1e8f2 100644
--- a/models/spring-ai-postgresml/pom.xml
+++ b/models/spring-ai-postgresml/pom.xml
@@ -54,14 +54,12 @@
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
org.testcontainers
postgresql
- ${testcontainers.version}
test
diff --git a/models/spring-ai-transformers/pom.xml b/models/spring-ai-transformers/pom.xml
index bffd8123d..fdc8f6903 100644
--- a/models/spring-ai-transformers/pom.xml
+++ b/models/spring-ai-transformers/pom.xml
@@ -82,7 +82,6 @@
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/pom.xml b/pom.xml
index 33e48a02c..2e9042e49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
17
- 3.2.3
+ 3.2.4-SNAPSHOT
6.1.4
4.0.2
1.0.0-beta.7
@@ -143,9 +143,6 @@
4.5.1
1.7.1
-
- 1.19.7
-
0.0.4
1.6.2
diff --git a/spring-ai-spring-boot-autoconfigure/pom.xml b/spring-ai-spring-boot-autoconfigure/pom.xml
index 84fe689ef..8021727f5 100644
--- a/spring-ai-spring-boot-autoconfigure/pom.xml
+++ b/spring-ai-spring-boot-autoconfigure/pom.xml
@@ -286,21 +286,18 @@
org.testcontainers
testcontainers
- ${testcontainers.version}
test
org.testcontainers
postgresql
- ${testcontainers.version}
test
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
@@ -320,14 +317,12 @@
org.testcontainers
neo4j
- ${testcontainers.version}
test
org.testcontainers
qdrant
- ${testcontainers.version}
test
diff --git a/spring-ai-spring-boot-testcontainers/pom.xml b/spring-ai-spring-boot-testcontainers/pom.xml
index fca68b911..544582230 100644
--- a/spring-ai-spring-boot-testcontainers/pom.xml
+++ b/spring-ai-spring-boot-testcontainers/pom.xml
@@ -143,14 +143,12 @@
org.testcontainers
testcontainers
- ${testcontainers.version}
true
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
@@ -169,35 +167,30 @@
org.testcontainers
qdrant
- ${testcontainers.version}
true
org.testcontainers
weaviate
- ${testcontainers.version}
true
org.testcontainers
chromadb
- ${testcontainers.version}
true
org.testcontainers
milvus
- ${testcontainers.version}
true
org.testcontainers
ollama
- ${testcontainers.version}
true
diff --git a/vector-stores/spring-ai-chroma/pom.xml b/vector-stores/spring-ai-chroma/pom.xml
index 795ca7581..d6232a576 100644
--- a/vector-stores/spring-ai-chroma/pom.xml
+++ b/vector-stores/spring-ai-chroma/pom.xml
@@ -49,14 +49,12 @@
org.testcontainers
chromadb
- ${testcontainers.version}
test
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/vector-stores/spring-ai-milvus-store/pom.xml b/vector-stores/spring-ai-milvus-store/pom.xml
index b0336ef9b..460f9dbbf 100644
--- a/vector-stores/spring-ai-milvus-store/pom.xml
+++ b/vector-stores/spring-ai-milvus-store/pom.xml
@@ -65,14 +65,12 @@
org.testcontainers
milvus
- ${testcontainers.version}
test
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/vector-stores/spring-ai-mongodb-atlas-store/pom.xml b/vector-stores/spring-ai-mongodb-atlas-store/pom.xml
index fdb24d930..5c71ee236 100644
--- a/vector-stores/spring-ai-mongodb-atlas-store/pom.xml
+++ b/vector-stores/spring-ai-mongodb-atlas-store/pom.xml
@@ -52,7 +52,6 @@
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/vector-stores/spring-ai-neo4j-store/pom.xml b/vector-stores/spring-ai-neo4j-store/pom.xml
index 89d7b9db3..430f6f0eb 100644
--- a/vector-stores/spring-ai-neo4j-store/pom.xml
+++ b/vector-stores/spring-ai-neo4j-store/pom.xml
@@ -55,14 +55,12 @@
org.testcontainers
neo4j
- ${testcontainers.version}
test
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/vector-stores/spring-ai-pgvector-store/pom.xml b/vector-stores/spring-ai-pgvector-store/pom.xml
index c9077fd6d..906836662 100644
--- a/vector-stores/spring-ai-pgvector-store/pom.xml
+++ b/vector-stores/spring-ai-pgvector-store/pom.xml
@@ -74,14 +74,12 @@
org.testcontainers
testcontainers
- ${testcontainers.version}
test
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/vector-stores/spring-ai-qdrant/pom.xml b/vector-stores/spring-ai-qdrant/pom.xml
index f5c4c36cd..c6040decc 100644
--- a/vector-stores/spring-ai-qdrant/pom.xml
+++ b/vector-stores/spring-ai-qdrant/pom.xml
@@ -72,14 +72,12 @@
org.testcontainers
qdrant
- ${testcontainers.version}
test
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/vector-stores/spring-ai-redis/pom.xml b/vector-stores/spring-ai-redis/pom.xml
index b735ded98..8bf9b348e 100644
--- a/vector-stores/spring-ai-redis/pom.xml
+++ b/vector-stores/spring-ai-redis/pom.xml
@@ -71,7 +71,6 @@
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test
diff --git a/vector-stores/spring-ai-weaviate/pom.xml b/vector-stores/spring-ai-weaviate/pom.xml
index d500f0d64..523d341c7 100644
--- a/vector-stores/spring-ai-weaviate/pom.xml
+++ b/vector-stores/spring-ai-weaviate/pom.xml
@@ -72,14 +72,12 @@
org.testcontainers
weaviate
- ${testcontainers.version}
test
org.testcontainers
junit-jupiter
- ${testcontainers.version}
test