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 @@ -6,7 +6,7 @@ dependencies {
66 shaded ' com.squareup.okhttp3:okhttp:4.12.0'
77
88 testImplementation ' com.couchbase.client:java-client:3.7.3'
9- testImplementation ' org.awaitility:awaitility:4.2 .0'
9+ testImplementation ' org.awaitility:awaitility:4.3 .0'
1010 testImplementation ' org.assertj:assertj-core:3.27.3'
1111}
1212
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ dependencies {
66 testImplementation ' org.apache.kafka:kafka-clients:3.8.0'
77 testImplementation ' org.assertj:assertj-core:3.27.3'
88 testImplementation ' com.google.guava:guava:23.0'
9- testImplementation ' org.awaitility:awaitility:4.2.2 '
9+ testImplementation ' org.awaitility:awaitility:4.3.0 '
1010}
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ dependencies {
88 testImplementation project(' :jdbc-test' )
99 testImplementation ' org.assertj:assertj-core:3.27.3'
1010 testImplementation ' org.questdb:questdb:7.3.9'
11- testImplementation ' org.awaitility:awaitility:4.2 .0'
11+ testImplementation ' org.awaitility:awaitility:4.3 .0'
1212 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1313}
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ dependencies {
77 testImplementation ' org.apache.kafka:kafka-clients:3.8.0'
88 testImplementation ' org.assertj:assertj-core:3.27.3'
99 testImplementation ' io.rest-assured:rest-assured:5.5.0'
10- testImplementation ' org.awaitility:awaitility:4.2.2 '
10+ testImplementation ' org.awaitility:awaitility:4.3.0 '
1111}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Solace"
33dependencies {
44 api project(' :testcontainers' )
55
6- shaded ' org.awaitility:awaitility:4.2 .0'
6+ shaded ' org.awaitility:awaitility:4.3 .0'
77
88 testImplementation ' org.assertj:assertj-core:3.27.3'
99 testImplementation ' com.solacesystems:sol-jcsmp:10.24.1'
You can’t perform that action at this time.
0 commit comments