File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
7171 api ' org.slf4j:slf4j-api:1.7.36'
7272 compileOnly ' org.jetbrains:annotations:24.0.1'
7373 testCompileOnly ' org.jetbrains:annotations:24.0.1'
74- api ' org.apache.commons:commons-compress:1.22 '
74+ api ' org.apache.commons:commons-compress:1.23.0 '
7575 api (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
7676 exclude(group : ' org.jetbrains' , module : ' annotations' )
7777 }
@@ -103,7 +103,7 @@ dependencies {
103103
104104 testImplementation ' com.google.cloud.tools:jib-core:0.23.0'
105105 testImplementation ' org.apache.httpcomponents:httpclient:4.5.9'
106- testImplementation ' redis.clients:jedis:4.3.1 '
106+ testImplementation ' redis.clients:jedis:4.3.2 '
107107 testImplementation ' com.rabbitmq:amqp-client:5.17.0'
108108 testImplementation ' org.mongodb:mongo-java-driver:3.12.12'
109109
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.8 '
12+ testImplementation ' io.nats:jnats:2.16.10 '
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515}
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.12.3 "
9+ classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.6 "
1010 classpath " com.gradle:common-custom-user-data-gradle-plugin:1.10"
1111 }
1212}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.google.cloud:google-cloud-datastore:2.14.2'
7- testImplementation ' com.google.cloud:google-cloud-firestore:3.8.1 '
7+ testImplementation ' com.google.cloud:google-cloud-firestore:3.9.3 '
88 testImplementation ' com.google.cloud:google-cloud-pubsub:1.123.8'
9- testImplementation ' com.google.cloud:google-cloud-spanner:6.36.1 '
9+ testImplementation ' com.google.cloud:google-cloud-spanner:6.38.2 '
1010 testImplementation ' com.google.cloud:google-cloud-bigtable:2.20.3'
1111 testImplementation ' org.assertj:assertj-core:3.24.2'
1212}
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ dependencies {
99 shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
1010
1111 testImplementation ' io.fabric8:kubernetes-client:6.5.1'
12- testImplementation ' io.kubernetes:client-java:17 .0.1 '
12+ testImplementation ' io.kubernetes:client-java:18 .0.0 '
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
1414}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ description = "Testcontainers :: Localstack"
33dependencies {
44 api project(' :testcontainers' )
55
6- testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.418 '
6+ testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.446 '
77 testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.441'
8- testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.418 '
8+ testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.446 '
99 testImplementation ' software.amazon.awssdk:s3:2.20.38'
1010 testImplementation ' org.assertj:assertj-core:3.24.2'
1111}
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies {
77
88 testImplementation ' org.assertj:assertj-core:3.24.2'
99 testImplementation ' org.apache.tinkerpop:gremlin-driver:3.6.2'
10- testImplementation " com.orientechnologies:orientdb-gremlin:3.2.16 "
10+ testImplementation " com.orientechnologies:orientdb-gremlin:3.2.17 "
1111}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 }
77 dependencies {
8- classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.3 "
8+ classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.6 "
99 classpath " com.gradle:common-custom-user-data-gradle-plugin:1.10"
1010 classpath " org.gradle.toolchains:foojay-resolver:0.4.0"
1111 }
You can’t perform that action at this time.
0 commit comments