File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ description = "Testcontainers :: Milvus"
33dependencies {
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}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Qdrant"
33dependencies {
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'
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ description = "Testcontainers :: Typesense"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation ' org.typesense:typesense-java:2.0 .0'
6+ testImplementation ' org.typesense:typesense-java:2.1 .0'
77}
You can’t perform that action at this time.
0 commit comments