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 {
12
12
13
13
plugins {
14
14
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 '
16
16
id ' me.champeau.gradle.japicmp' version ' 0.4.3' apply false
17
17
id ' com.diffplug.spotless' version ' 6.22.0' apply false
18
18
id ' org.jreleaser' version ' 1.18.0' apply false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
// TODO use JDK's HTTP client and/or Apache HttpClient5
6
6
shaded ' com.squareup.okhttp3:okhttp:5.1.0'
7
7
8
- testImplementation ' com.couchbase.client:java-client:3.8.3 '
8
+ testImplementation ' com.couchbase.client:java-client:3.9.0 '
9
9
testImplementation ' org.awaitility:awaitility:4.3.0'
10
10
testImplementation ' org.assertj:assertj-core:3.27.4'
11
11
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"
2
2
3
3
dependencies {
4
4
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 "
6
6
testImplementation " org.elasticsearch.client:transport:7.17.29"
7
7
testImplementation ' org.assertj:assertj-core:3.27.4'
8
8
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- testImplementation platform(" com.google.cloud:libraries-bom:26.65 .0" )
6
+ testImplementation platform(" com.google.cloud:libraries-bom:26.66 .0" )
7
7
testImplementation ' com.google.cloud:google-cloud-bigquery'
8
8
testImplementation ' com.google.cloud:google-cloud-datastore'
9
9
testImplementation ' com.google.cloud:google-cloud-firestore'
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ dependencies {
5
5
6
6
testImplementation ' org.assertj:assertj-core:3.27.4'
7
7
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 '
9
9
testImplementation ' uk.org.webcompere:system-stubs-junit4:2.1.8'
10
10
11
- testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.52 .0' )
11
+ testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.53 .0' )
12
12
testImplementation ' io.opentelemetry:opentelemetry-api'
13
13
testImplementation ' io.opentelemetry:opentelemetry-sdk'
14
14
testImplementation ' io.opentelemetry:opentelemetry-exporter-otlp'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4'
16
16
testImplementation(project(" :testcontainers-junit-jupiter" ))
17
17
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 " )
19
19
testImplementation(" org.apache.httpcomponents:httpclient:4.5.14" )
20
20
testImplementation(" ch.qos.logback:logback-classic:1.5.18" )
21
21
testImplementation ' org.assertj:assertj-core:3.27.4'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
8
8
testImplementation project(' :testcontainers-mysql' )
9
9
testImplementation project(' :testcontainers-postgresql' )
10
- testImplementation ' com.zaxxer:HikariCP:7.0.0 '
10
+ testImplementation ' com.zaxxer:HikariCP:7.0.2 '
11
11
testImplementation ' redis.clients:jedis:6.1.0'
12
12
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
13
13
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"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- testImplementation platform(" software.amazon.awssdk:bom:2.32.14 " )
6
+ testImplementation platform(" software.amazon.awssdk:bom:2.32.29 " )
7
7
testImplementation ' software.amazon.awssdk:s3'
8
8
testImplementation ' software.amazon.awssdk:sqs'
9
9
testImplementation ' software.amazon.awssdk:cloudwatchlogs'
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.4'
7
- testImplementation ' io.milvus:milvus-sdk-java:2.6.1 '
7
+ testImplementation ' io.milvus:milvus-sdk-java:2.6.3 '
8
8
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
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 '
8
8
}
9
9
10
10
test {
You can’t perform that action at this time.
0 commit comments