From c387999cf047ca3e69c7cee89cb6dc5c17210af9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:01:29 +0000 Subject: [PATCH] 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 2d78db8..ce98e5e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { } apply from: 干.file('base/sonatype.gradle') -String VER_JUNIT_JUPITER = '5.11.0' +String VER_JUNIT_JUPITER = '5.11.2' 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.0.0" + compileOnly "org.junit.jupiter:junit-jupiter-api:5.11.2" implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.20" implementation project(':atplug-runtime') }