diff --git a/build.gradle b/build.gradle index b787cdb..181b986 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { compileOnly "com.google.code.findbugs:jsr305:3.0.2" compileOnly reflect - testImplementation platform("org.junit:junit-bom:5.11.2") + testImplementation platform("org.junit:junit-bom:5.11.3") testImplementation "org.junit.jupiter:junit-jupiter" testImplementation "org.ow2.asm:asm:9.7.1" testImplementation reflect