diff --git a/integration-tests/gradle/build.gradle b/integration-tests/gradle/build.gradle index 9cd96cf1ae3df..7ff69aac0ac4b 100644 --- a/integration-tests/gradle/build.gradle +++ b/integration-tests/gradle/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:3.7.7' testImplementation 'org.assertj:assertj-core:3.19.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' - testImplementation 'org.awaitility:awaitility:4.0.3' + testImplementation 'org.awaitility:awaitility:4.2.0' } test {