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