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

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'com.databend:databend-jdbc:0.4.1'
testRuntimeOnly 'com.databend:databend-jdbc:0.4.5'
}
2 changes: 1 addition & 1 deletion modules/milvus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "Testcontainers :: Milvus"
dependencies {
api project(':testcontainers')

testImplementation 'io.milvus:milvus-sdk-java:2.6.10'
testImplementation 'io.milvus:milvus-sdk-java:2.6.17'
}
2 changes: 1 addition & 1 deletion modules/qdrant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Qdrant"
dependencies {
api project(':testcontainers')

testImplementation 'io.qdrant:client:1.16.1'
testImplementation 'io.qdrant:client:1.17.0'
testImplementation platform('io.grpc:grpc-bom:1.75.0')
testImplementation 'io.grpc:grpc-stub'
testImplementation 'io.grpc:grpc-protobuf'
Expand Down
2 changes: 1 addition & 1 deletion modules/typesense/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description = "Testcontainers :: Typesense"
dependencies {
api project(':testcontainers')

testImplementation 'org.typesense:typesense-java:2.0.0'
testImplementation 'org.typesense:typesense-java:2.1.0'
}
Loading