From e33852fe89ec5ec0f46674a8559d028c8dca30aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:44:52 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.13.2 to 1.13.3 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.2 to 1.13.3. - [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.3 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 ae0f08946a8..0805f7089ef 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.2' - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.3' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.3' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.3' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.3' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.3'