File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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'
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.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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments