From c8d5bf4f13cc97bbf64c1a4fb24810c9ace93c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:03:25 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-runner from 1.14.3 to 1.14.4 Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit-framework) from 1.14.3 to 1.14.4. - [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-runner dependency-version: 1.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 776bf739d40..31928052a48 100644 --- a/build.gradle +++ b/build.gradle @@ -268,7 +268,7 @@ dependencies { compileOnly 'com.yuvimasory:orange-extensions:1.3.0' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' - testImplementation 'org.junit.platform:junit-platform-runner:1.14.3' + testImplementation 'org.junit.platform:junit-platform-runner:1.14.4' testImplementation 'org.junit.platform:junit-platform-launcher:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.3'