From 7fdc45d34b226d3d2c5dc857a81dd18e4c398a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 04:03:47 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.14.1 to 6.0.2 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.2) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f1e684cd7e3..733ebf11aec 100644 --- a/build.gradle +++ b/build.gradle @@ -258,8 +258,8 @@ dependencies { compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0' compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.8' - testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.14.1' - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.14.1' + testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '6.0.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.1' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1'