From 2d726af4eec2685da5cb0c817311c425375b6e73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 02:14:56 +0000 Subject: [PATCH] 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 cdfb04c..081607e 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { api 'tools.jackson.core:jackson-databind:3.0.3' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.0' } ///////////////////////////////////////////////////////////////////////////////// // Code coverage configuration with JaCoCo