From 2b281ad04488ae6f507145abff0f2357afac1e98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:42:46 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.platform:junit-platform-launcher to v1.14.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cb0702..e93d838 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.0' + testImplementation 'org.junit.platform:junit-platform-launcher:1.14.1' } test {