Skip to content

Commit e495651

Browse files
authored
Merge pull request #10472 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 65ceeac + 322b165 commit e495651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/milvus/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')
55

66
testImplementation 'org.assertj:assertj-core:3.27.3'
7-
testImplementation 'io.milvus:milvus-sdk-java:2.4.4'
7+
testImplementation 'io.milvus:milvus-sdk-java:2.6.0'
88
}

modules/qdrant/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies {
44
api project(':testcontainers')
55

66
testImplementation 'org.assertj:assertj-core:3.27.3'
7-
testImplementation 'io.qdrant:client:1.10.0'
8-
testImplementation platform('io.grpc:grpc-bom:1.68.0')
7+
testImplementation 'io.qdrant:client:1.14.1'
8+
testImplementation platform('io.grpc:grpc-bom:1.73.0')
99
testImplementation 'io.grpc:grpc-stub'
1010
testImplementation 'io.grpc:grpc-protobuf'
1111
testImplementation 'io.grpc:grpc-netty-shaded'

modules/weaviate/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')
55

66
testImplementation 'org.assertj:assertj-core:3.27.3'
7-
testImplementation 'io.weaviate:client:4.8.3'
7+
testImplementation 'io.weaviate:client:5.3.0'
88
}

0 commit comments

Comments
 (0)