diff --git a/modules/redpanda/build.gradle b/modules/redpanda/build.gradle index 2db469936f6..2fe672d6aba 100644 --- a/modules/redpanda/build.gradle +++ b/modules/redpanda/build.gradle @@ -6,6 +6,6 @@ dependencies { testImplementation 'org.apache.kafka:kafka-clients:3.8.0' testImplementation 'org.assertj:assertj-core:3.26.3' - testImplementation 'io.rest-assured:rest-assured:5.5.0' + testImplementation 'io.rest-assured:rest-assured:5.5.1' testImplementation 'org.awaitility:awaitility:4.2.2' }