Skip to content

Commit 44c6286

Browse files
authored
Merge pull request #6567 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 90de9b9 + 3e05e32 commit 44c6286

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/cockroachdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies {
55

66
testImplementation project(':jdbc-test')
77
testImplementation 'org.postgresql:postgresql:42.5.2'
8-
testImplementation 'org.assertj:assertj-core:3.23.1'
8+
testImplementation 'org.assertj:assertj-core:3.24.2'
99
}

modules/gcloud/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
testImplementation 'com.google.cloud:google-cloud-datastore:2.13.3'
77
testImplementation 'com.google.cloud:google-cloud-firestore:3.7.9'
8-
testImplementation 'com.google.cloud:google-cloud-pubsub:1.122.2'
8+
testImplementation 'com.google.cloud:google-cloud-pubsub:1.123.1'
99
testImplementation 'com.google.cloud:google-cloud-spanner:6.35.2'
1010
testImplementation 'com.google.cloud:google-cloud-bigtable:2.18.3'
1111
testImplementation 'org.assertj:assertj-core:3.24.2'

modules/k3s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4.1'
12-
testImplementation 'io.kubernetes:client-java:17.0.0'
12+
testImplementation 'io.kubernetes:client-java:17.0.1'
1313
testImplementation 'org.assertj:assertj-core:3.24.2'
1414
}

modules/orientdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies {
66
api "com.orientechnologies:orientdb-client:3.2.15"
77

88
testImplementation 'org.assertj:assertj-core:3.24.2'
9-
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.1'
9+
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.2'
1010
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.15"
1111
}

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.5.2'
19-
testRuntimeOnly 'mysql:mysql-connector-java:8.0.31'
19+
testRuntimeOnly 'mysql:mysql-connector-java:8.0.32'
2020
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.2'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.9.2'
2222

0 commit comments

Comments
 (0)