diff --git a/build.gradle b/build.gradle index 67e3f9c..04748f9 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ allprojects { } dependencies { - testImplementation platform("org.junit:junit-bom:5.9.0") + testImplementation platform("org.junit:junit-bom:5.10.3") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.ow2.asm:asm:9.5" }