diff --git a/build.gradle b/build.gradle index 926abd6..58bda51 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.hamcrest:hamcrest-core:2.2" testImplementation "org.hamcrest:hamcrest-library:2.2" - testImplementation 'org.awaitility:awaitility:4.2.1' + testImplementation 'org.awaitility:awaitility:4.2.2' testImplementation "io.grpc:grpc-okhttp" }