diff --git a/build.gradle b/build.gradle index 340edb0..0a82d7d 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ dependencies { implementation 'javax.annotation:javax.annotation-api:1.3.2' - testFixturesApi(platform('org.junit:junit-bom:5.13.4')) + testFixturesApi(platform('org.junit:junit-bom:6.0.0')) testFixturesApi "org.junit.jupiter:junit-jupiter" testFixturesApi "org.junit.platform:junit-platform-launcher" testFixturesApi "org.hamcrest:hamcrest-core:3.0"