From d497ffd185b203503129c08cac850b554c67f27b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:31:58 +0800 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.11.2 (#996) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 495a3a42e..fb66d71a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,8 +38,8 @@ dependencies { testImplementation("xmlunit:xmlunit:1.6") testImplementation("org.apache.commons:commons-lang3:3.17.0") testImplementation("com.google.guava:guava:33.3.1-jre") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }