From 3134c141a7d63871297667bd59ad0860662203cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:20:00 +0000 Subject: [PATCH] chore(deps): bump org.junit.platform:junit-platform-launcher Bumps the junit group with 1 update: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.platform:junit-platform-launcher` from 1.12.2 to 1.14.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d23f03a..4caca87 100644 --- a/build.gradle +++ b/build.gradle @@ -217,6 +217,6 @@ subprojects { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.2' } }