From b89bc358dbcff830763a867e5c8cd8cc8f7bcd02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:00:46 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4e1b891..6b67b37 100644 --- a/build.gradle +++ b/build.gradle @@ -41,8 +41,8 @@ dependencies { testImplementation 'org.slf4j:jul-to-slf4j:2.0.16' testRuntimeOnly 'ch.qos.logback:logback-classic:1.3.14' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1' }