From 8bbbab72678897d51cd65ddd240ee1e17baeff27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 04:24:37 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.13.1 to 1.13.2 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.1 to 1.13.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.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8617bd8fb67..246fd1add17 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.3' - testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.1' - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.1' + testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.1' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.1' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.1'