diff --git a/build.gradle b/build.gradle index 9428cc5..d57feb8 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ allprojects { } dependencies { - testImplementation(platform("org.junit:junit-bom:5.13.4")) + testImplementation(platform("org.junit:junit-bom:6.0.0")) testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testCompileOnly 'org.jetbrains:annotations:26.0.2'