diff --git a/build.gradle b/build.gradle index 2e31e03..e79e884 100644 --- a/build.gradle +++ b/build.gradle @@ -107,8 +107,8 @@ dependencies { // testImplementation project(":") testImplementation(platform('org.junit:junit-bom:5.11.0')) testImplementation "org.junit.jupiter:junit-jupiter" - testImplementation "org.hamcrest:hamcrest-core:2.2" - testImplementation "org.hamcrest:hamcrest-library:2.2" + testImplementation "org.hamcrest:hamcrest-core:3.0" + testImplementation "org.hamcrest:hamcrest-library:3.0" testImplementation 'org.awaitility:awaitility:4.2.2' testImplementation "io.grpc:grpc-okhttp"