File tree Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212
1313plugins {
1414 id ' io.franzbecker.gradle-lombok' version ' 5.0.0'
15- id ' com.gradleup.shadow' version ' 8.3.8 '
15+ id ' com.gradleup.shadow' version ' 8.3.9 '
1616 id ' me.champeau.gradle.japicmp' version ' 0.4.3' apply false
1717 id ' com.diffplug.spotless' version ' 6.22.0' apply false
1818 id ' org.jreleaser' version ' 1.18.0' apply false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55 // TODO use JDK's HTTP client and/or Apache HttpClient5
66 shaded ' com.squareup.okhttp3:okhttp:5.1.0'
77
8- testImplementation ' com.couchbase.client:java-client:3.8.3 '
8+ testImplementation ' com.couchbase.client:java-client:3.9.0 '
99 testImplementation ' org.awaitility:awaitility:4.3.0'
1010 testImplementation ' org.assertj:assertj-core:3.27.4'
1111}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"
22
33dependencies {
44 api project(' :testcontainers' )
5- testImplementation " org.elasticsearch.client:elasticsearch-rest-client:9.1.0 "
5+ testImplementation " org.elasticsearch.client:elasticsearch-rest-client:9.1.2 "
66 testImplementation " org.elasticsearch.client:transport:7.17.29"
77 testImplementation ' org.assertj:assertj-core:3.27.4'
88}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation platform(" com.google.cloud:libraries-bom:26.65 .0" )
6+ testImplementation platform(" com.google.cloud:libraries-bom:26.66 .0" )
77 testImplementation ' com.google.cloud:google-cloud-bigquery'
88 testImplementation ' com.google.cloud:google-cloud-datastore'
99 testImplementation ' com.google.cloud:google-cloud-firestore'
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ dependencies {
55
66 testImplementation ' org.assertj:assertj-core:3.27.4'
77 testImplementation ' io.rest-assured:rest-assured:5.5.6'
8- testImplementation ' io.micrometer:micrometer-registry-otlp:1.15.2 '
8+ testImplementation ' io.micrometer:micrometer-registry-otlp:1.15.3 '
99 testImplementation ' uk.org.webcompere:system-stubs-junit4:2.1.8'
1010
11- testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.52 .0' )
11+ testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.53 .0' )
1212 testImplementation ' io.opentelemetry:opentelemetry-api'
1313 testImplementation ' io.opentelemetry:opentelemetry-sdk'
1414 testImplementation ' io.opentelemetry:opentelemetry-exporter-otlp'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4'
1616 testImplementation(project(" :testcontainers-junit-jupiter" ))
1717 testImplementation(" com.hivemq:hivemq-extension-sdk:4.42.0" )
18- testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.7 " )
18+ testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.8 " )
1919 testImplementation(" org.apache.httpcomponents:httpclient:4.5.14" )
2020 testImplementation(" ch.qos.logback:logback-classic:1.5.18" )
2121 testImplementation ' org.assertj:assertj-core:3.27.4'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77
88 testImplementation project(' :testcontainers-mysql' )
99 testImplementation project(' :testcontainers-postgresql' )
10- testImplementation ' com.zaxxer:HikariCP:7.0.0 '
10+ testImplementation ' com.zaxxer:HikariCP:7.0.2 '
1111 testImplementation ' redis.clients:jedis:6.1.0'
1212 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1313 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
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.32.14 " )
6+ testImplementation platform(" software.amazon.awssdk:bom:2.32.29 " )
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 @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.assertj:assertj-core:3.27.4'
7- testImplementation ' io.milvus:milvus-sdk-java:2.6.1 '
7+ testImplementation ' io.milvus:milvus-sdk-java:2.6.3 '
88}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.assertj:assertj-core:3.27.3'
7- testImplementation ' dev.openfga:openfga-sdk:0.8.3 '
7+ testImplementation ' dev.openfga:openfga-sdk:0.9.0 '
88}
99
1010test {
You can’t perform that action at this time.
0 commit comments