diff --git a/build.gradle b/build.gradle index 38406c1..c1c144d 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ allprojects { dependencies { testImplementation 'org.assertj:assertj-core:3.27.4' - testImplementation platform("org.junit:junit-bom:5.13.4") + testImplementation platform("org.junit:junit-bom:6.0.0") testImplementation 'org.junit.jupiter:junit-jupiter-api' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'