diff --git a/integration-tests/gradle/build.gradle b/integration-tests/gradle/build.gradle index ff678de35e994..aa8f6cb80357a 100644 --- a/integration-tests/gradle/build.gradle +++ b/integration-tests/gradle/build.gradle @@ -38,7 +38,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:3.8.0' testImplementation 'org.assertj:assertj-core:3.19.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1' - testImplementation 'org.awaitility:awaitility:4.0.3' + testImplementation 'org.awaitility:awaitility:4.1.1' } processTestResources {