File tree Expand file tree Collapse file tree 16 files changed +19
-19
lines changed Expand file tree Collapse file tree 16 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ dependencies {
110110 exclude group : ' com.google.guava' , module : ' guava'
111111 }
112112 testImplementation ' org.apache.httpcomponents:httpclient:4.5.9'
113- testImplementation ' redis.clients:jedis:5.0.0 '
113+ testImplementation ' redis.clients:jedis:5.0.1 '
114114 testImplementation ' com.rabbitmq:amqp-client:5.19.0'
115115 testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
116116
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- implementation ' io.codenotary:immudb4j:1.0.0 '
10+ implementation ' io.codenotary:immudb4j:1.0.1 '
1111 testImplementation ' org.testcontainers:testcontainers'
1212 testImplementation ' org.testcontainers:junit-jupiter'
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 testCompileOnly " org.projectlombok:lombok:1.18.30"
1111 testAnnotationProcessor " org.projectlombok:lombok:1.18.30"
1212 testImplementation ' org.testcontainers:kafka'
13- testImplementation ' org.apache.kafka:kafka-clients:3.5.1 '
13+ testImplementation ' org.apache.kafka:kafka-clients:3.6.0 '
1414 testImplementation ' org.assertj:assertj-core:3.24.2'
1515 testImplementation ' com.google.guava:guava:23.0'
1616 testImplementation ' ch.qos.logback:logback-classic:1.3.11'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.24.2'
1111 testImplementation ' org.testcontainers:testcontainers'
12- testImplementation ' io.nats:jnats:2.16.14 '
12+ testImplementation ' io.nats:jnats:2.17.0 '
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.11'
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.0'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
9- classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15"
9+ classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15.1 "
1010 classpath " com.gradle:common-custom-user-data-gradle-plugin:1.11.3"
1111 }
1212}
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:4.11.0'
77
8- testImplementation ' com.couchbase.client:java-client:3.4.10 '
8+ testImplementation ' com.couchbase.client:java-client:3.4.11 '
99 testImplementation ' org.awaitility:awaitility:4.2.0'
1010 testImplementation ' org.assertj:assertj-core:3.24.2'
1111}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite (deprecated)"
33dependencies {
44 api project(' :testcontainers' )
55
6- compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.560 '
7- testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.560 '
6+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.565 '
7+ testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.565 '
88 testImplementation ' org.assertj:assertj-core:3.24.2'
99}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.0" )
1515 testImplementation(project(" :junit-jupiter" ))
1616 testImplementation(" com.hivemq:hivemq-extension-sdk:4.20.0" )
17- testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.2 " )
17+ testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.3 " )
1818 testImplementation(" org.apache.httpcomponents:httpclient:4.5.14" )
1919 testImplementation(" ch.qos.logback:logback-classic:1.4.11" )
2020 testImplementation ' org.assertj:assertj-core:3.24.2'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 // Any >2.8 version here is not compatible with jackson-databind 2.8.x.
99 shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
1010
11- testImplementation ' io.fabric8:kubernetes-client:6.8.1 '
11+ testImplementation ' io.fabric8:kubernetes-client:6.9.0 '
1212 testImplementation ' io.kubernetes:client-java:18.0.1'
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
1414}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation ' org.apache.kafka:kafka-clients:3.5.1 '
6+ testImplementation ' org.apache.kafka:kafka-clients:3.6.0 '
77 testImplementation ' org.assertj:assertj-core:3.24.2'
88 testImplementation ' com.google.guava:guava:23.0'
99}
You can’t perform that action at this time.
0 commit comments