Skip to content

Commit 9a17037

Browse files
committed
build: Bump junit to 5.10.2
1 parent 406b13c commit 9a17037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
maven { url 'https://nexus.web.cern.ch/nexus/content/repositories/public/' }
2727
}
2828

29-
def JUNIT_VERSION = "5.13.1"
29+
def JUNIT_VERSION = "5.13.3"
3030

3131
tasks.withType(JavaCompile) {
3232
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"

0 commit comments

Comments
 (0)