File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ dependencies {
55 // TODO use JDK's HTTP client and/or Apache HttpClient5
66 shaded ' com.squareup.okhttp3:okhttp:5.3.2'
77
8- testImplementation ' com.couchbase.client:java-client:3.10.0 '
8+ testImplementation ' com.couchbase.client:java-client:3.11.2 '
99 testImplementation ' org.awaitility:awaitility:4.3.0'
1010}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation " org.elasticsearch.client:elasticsearch-rest-client:9.2.2 "
6+ testImplementation " org.elasticsearch.client:elasticsearch-rest-client:9.3.3 "
77 testImplementation " org.elasticsearch.client:transport:7.17.29"
88}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 testImplementation project(' :testcontainers-mysql' )
99 testImplementation project(' :testcontainers-postgresql' )
1010 testImplementation ' com.zaxxer:HikariCP:7.0.2'
11- testImplementation ' redis.clients:jedis:7.1.0 '
11+ testImplementation ' redis.clients:jedis:7.4.1 '
1212 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1313 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
1414 exclude(module : ' hamcrest-core' )
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies {
66 // Synchronize with the jackson version, must match major and minor version
77 shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4'
88
9- testImplementation ' io.fabric8:kubernetes-client:7.4.0 '
9+ testImplementation ' io.fabric8:kubernetes-client:7.6.1 '
1010 testImplementation ' io.kubernetes:client-java:25.0.0-legacy'
1111}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Localstack"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation platform(" software.amazon.awssdk:bom:2.40.4 " )
6+ testImplementation platform(" software.amazon.awssdk:bom:2.42.33 " )
77 testImplementation ' software.amazon.awssdk:s3'
88 testImplementation ' software.amazon.awssdk:sqs'
99 testImplementation ' software.amazon.awssdk:cloudwatchlogs'
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ description = "Testcontainers :: MinIO"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation(" io.minio:minio:8.6 .0" )
6+ testImplementation(" io.minio:minio:9.0 .0" )
77}
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ dependencies {
3333
3434 api project(" :testcontainers" )
3535
36- testImplementation ' org.neo4j.driver:neo4j-java-driver:4.4.21 '
36+ testImplementation ' org.neo4j.driver:neo4j-java-driver:4.4.22 '
3737}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: OpenFGA"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation ' dev.openfga:openfga-sdk:0.9.4 '
6+ testImplementation ' dev.openfga:openfga-sdk:0.9.7 '
77}
88
99test {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Pulsar"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation platform(" org.apache.pulsar:pulsar-bom:4.1.1 " )
6+ testImplementation platform(" org.apache.pulsar:pulsar-bom:4.2.0 " )
77 testImplementation ' org.apache.pulsar:pulsar-client'
88 testImplementation ' org.apache.pulsar:pulsar-client-admin'
99}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' io.qdrant:client:1.17.0'
7- testImplementation platform(' io.grpc:grpc-bom:1.75 .0' )
7+ testImplementation platform(' io.grpc:grpc-bom:1.80 .0' )
88 testImplementation ' io.grpc:grpc-stub'
99 testImplementation ' io.grpc:grpc-protobuf'
1010 testImplementation ' io.grpc:grpc-netty-shaded'
You can’t perform that action at this time.
0 commit comments