From 62732bdad0a6a45b9cebbdd261ce949df0ddaa09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:43:35 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 6.0.3 to 6.1.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cbb786f..65b5c0c 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { testImplementation 'com.sparkjava:spark-core:2.9.4' testImplementation "org.slf4j:slf4j-api:2.0.17" - testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.3" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.1.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testRuntimeOnly "ch.qos.logback:logback-classic:1.5.24" }