diff --git a/build.gradle b/build.gradle index 5914f7c..b365f34 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ repositories { maven { url 'https://nexus.web.cern.ch/nexus/content/repositories/public/' } } -def JUNIT_VERSION = "5.13.4" +def JUNIT_VERSION = "6.0.1" tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"