From 373c90b420f6fc52f21331d13dc7c7694e866fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:35:36 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.11.1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f6c9f5106..9ebcfa94d 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.0") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }