From cee950bc848fd81ab8741eb91d9ebfd621ac08b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:22:49 +0000 Subject: [PATCH] chore(deps): Update junit5 monorepo to v5.11.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1cfd41a..431406a 100644 --- a/build.gradle +++ b/build.gradle @@ -15,8 +15,8 @@ repositories { dependencies { compileOnly(libs.annotations) - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") testImplementation("org.mock-server:mockserver-netty:5.14.0") testImplementation("org.mock-server:mockserver-client-java:5.14.0") testImplementation("ch.qos.logback:logback-classic:1.4.5")