Skip to content

Commit bdf986f

Browse files
authored
Merge pull request #11672 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 9959bdf + fa07256 commit bdf986f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/databend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
testImplementation project(':testcontainers-jdbc-test')
7-
testRuntimeOnly 'com.databend:databend-jdbc:0.4.1'
7+
testRuntimeOnly 'com.databend:databend-jdbc:0.4.5'
88
}

modules/milvus/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description = "Testcontainers :: Milvus"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'io.milvus:milvus-sdk-java:2.6.10'
6+
testImplementation 'io.milvus:milvus-sdk-java:2.6.17'
77
}

modules/qdrant/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: Qdrant"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'io.qdrant:client:1.16.1'
6+
testImplementation 'io.qdrant:client:1.17.0'
77
testImplementation platform('io.grpc:grpc-bom:1.75.0')
88
testImplementation 'io.grpc:grpc-stub'
99
testImplementation 'io.grpc:grpc-protobuf'

modules/typesense/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description = "Testcontainers :: Typesense"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation 'org.typesense:typesense-java:2.0.0'
6+
testImplementation 'org.typesense:typesense-java:2.1.0'
77
}

0 commit comments

Comments
 (0)