We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab0f6b commit baeccc6Copy full SHA for baeccc6
build.gradle
@@ -26,7 +26,7 @@ repositories {
26
maven { url 'https://nexus.web.cern.ch/nexus/content/repositories/public/' }
27
}
28
29
-def JUNIT_VERSION = "5.13.3"
+def JUNIT_VERSION = "5.13.4"
30
31
tasks.withType(JavaCompile) {
32
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
0 commit comments