diff --git a/build.gradle.kts b/build.gradle.kts index ea4eb3a..1e37ef3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { //annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0") //testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0") - testImplementation(platform("org.junit:junit-bom:5.11.0")) + testImplementation(platform("org.junit:junit-bom:6.0.2")) testImplementation("org.junit.jupiter:junit-jupiter") }