diff --git a/build.gradle b/build.gradle index 4225f9a..3471f14 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34")) //include "net.lenni0451:Reflect:1.0.0" - testImplementation(platform("org.junit:junit-bom:5.10.3")) + testImplementation(platform("org.junit:junit-bom:5.11.0")) testImplementation "org.junit.jupiter:junit-jupiter" testRuntimeOnly "org.junit.platform:junit-platform-launcher" testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.34"))