File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
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 '
8
8
}
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
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' )
9
9
testImplementation ' io.grpc:grpc-stub'
10
10
testImplementation ' io.grpc:grpc-protobuf'
11
11
testImplementation ' io.grpc:grpc-netty-shaded'
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' org.assertj:assertj-core:3.27.3'
7
- testImplementation ' io.weaviate:client:4.8.3 '
7
+ testImplementation ' io.weaviate:client:5.3.0 '
8
8
}
You can’t perform that action at this time.
0 commit comments