Skip to content

Commit baeccc6

Browse files
fix(deps): update junit-framework monorepo to v5.13.4 (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cab0f6b commit baeccc6

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.3"
29+
def JUNIT_VERSION = "5.13.4"
3030

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

0 commit comments

Comments
 (0)