Skip to content
Merged
2 changes: 1 addition & 1 deletion modules/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'com.google.guava:guava:23.0'
testImplementation 'org.awaitility:awaitility:4.2.2'
testImplementation 'org.awaitility:awaitility:4.3.0'
}
2 changes: 1 addition & 1 deletion modules/questdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies {
testImplementation project(':jdbc-test')
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'org.questdb:questdb:7.3.9'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'org.awaitility:awaitility:4.3.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
}
2 changes: 1 addition & 1 deletion modules/redpanda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies {
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'io.rest-assured:rest-assured:5.5.0'
testImplementation 'org.awaitility:awaitility:4.2.2'
testImplementation 'org.awaitility:awaitility:4.3.0'
}
2 changes: 1 addition & 1 deletion modules/solace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Solace"
dependencies {
api project(':testcontainers')

shaded 'org.awaitility:awaitility:4.2.0'
shaded 'org.awaitility:awaitility:4.3.0'

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'com.solacesystems:sol-jcsmp:10.24.1'
Expand Down
Loading