diff --git a/fluvio/build.gradle b/fluvio/build.gradle index 9cf06c9..a88af00 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.2') + testImplementation platform('org.junit:junit-bom:6.0.2') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.hamcrest:hamcrest-library:2.2' }