Skip to content
Merged
2 changes: 1 addition & 1 deletion modules/milvus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(':testcontainers')

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'io.milvus:milvus-sdk-java:2.4.4'
testImplementation 'io.milvus:milvus-sdk-java:2.6.0'
}
4 changes: 2 additions & 2 deletions modules/qdrant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dependencies {
api project(':testcontainers')

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'io.qdrant:client:1.10.0'
testImplementation platform('io.grpc:grpc-bom:1.68.0')
testImplementation 'io.qdrant:client:1.14.1'
testImplementation platform('io.grpc:grpc-bom:1.73.0')
testImplementation 'io.grpc:grpc-stub'
testImplementation 'io.grpc:grpc-protobuf'
testImplementation 'io.grpc:grpc-netty-shaded'
Expand Down
2 changes: 1 addition & 1 deletion modules/weaviate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(':testcontainers')

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'io.weaviate:client:4.8.3'
testImplementation 'io.weaviate:client:5.3.0'
}
Loading