From 05429aacc792ff94d5b04f918fbfd58746e615d8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 11 Apr 2025 16:48:08 +0000
Subject: [PATCH] Update junit5 monorepo to v5.12.2

---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 0a6ada5..b8f8f12 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ allprojects {
 }
 apply from: 干.file('base/sonatype.gradle')
 
-String VER_JUNIT_JUPITER = '5.12.1'
+String VER_JUNIT_JUPITER = '5.12.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.12.1"
+			compileOnly "org.junit.jupiter:junit-jupiter-api:5.12.2"
 			implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
 			implementation project(':atplug-runtime')
 		}