From 1f71cbd438c445c2af5511e09f27b6682b70ea1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:45:21 +0000 Subject: [PATCH] Update junit5 monorepo to v5.13.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 39c28b6..7d686f6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { } apply from: 干.file('base/sonatype.gradle') -String VER_JUNIT_JUPITER = '5.13.0' +String VER_JUNIT_JUPITER = '5.13.1' 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.13.0" + compileOnly "org.junit.jupiter:junit-jupiter-api:5.13.1" implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.21" implementation project(':atplug-runtime') }