From be5787864f8b6c88203b2a2fb496c088853dc796 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:29:51 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.platform:junit-platform-launcher to v6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e93d838..ea20d4f 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.yaml:snakeyaml:2.5' testImplementation gradleTestKit() testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' - testImplementation 'org.junit.platform:junit-platform-launcher:1.14.1' + testImplementation 'org.junit.platform:junit-platform-launcher:6.0.1' } test {