From 173717caff8271fcb02a0139ff3fd4fd1d3cb589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:20:33 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.4 (#454) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b5c1872f..e3aeabc8 100644 --- a/build.gradle +++ b/build.gradle @@ -36,8 +36,8 @@ dependencies { // error_prone_annotations. (Even if the dependency is "compileOnly".) // implementation "com.google.errorprone:error_prone_annotations:${errorproneVersion}" - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' } // To upload to Maven Central, see instructions in the file.