diff --git a/fluvio/build.gradle b/fluvio/build.gradle index 9cf06c9..3bc4258 100644 --- a/fluvio/build.gradle +++ b/fluvio/build.gradle @@ -47,7 +47,7 @@ dependencies { // Use JUnit test framework. testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter' - testImplementation 'org.hamcrest:hamcrest-library:2.2' + testImplementation 'org.hamcrest:hamcrest-library:3.0' } test {