From a169ad33cb5096f782c01e6012bdef97debebdda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:28:07 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a86e5fc..91e7cab 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { } apply from: 干.file('base/sonatype.gradle') -String VER_JUNIT_JUPITER = '5.11.2' +String VER_JUNIT_JUPITER = '5.11.3' subprojects { apply from: 干.file('base/java.gradle') apply from: 干.file('base/kotlin.gradle') @@ -38,7 +38,7 @@ subprojects { } else if (it.name == 'atplug-test-harness') { ext.maven_name='AtPlug test harness' dependencies { - compileOnly "org.junit.jupiter:junit-jupiter-api:5.11.2" + compileOnly "org.junit.jupiter:junit-jupiter-api:5.11.3" implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.20" implementation project(':atplug-runtime') }