From 4eaac5a3bfcd8a9625dc820e1ad36bb94c11d218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 05:40:45 +0000 Subject: [PATCH 1/2] chore(deps): bump org.junit.platform:junit-platform-engine Bumps [org.junit.platform:junit-platform-engine](https://github.com/junit-team/junit-framework) from 1.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 6.0.0 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 ca159575c..6e3674c46 100644 --- a/build.gradle +++ b/build.gradle @@ -73,8 +73,8 @@ dependencies { implementation "org.glassfish.jaxb:jaxb-runtime:4.0.6" - testImplementation("org.junit.platform:junit-platform-engine:1.13.4") - testImplementation("org.junit.platform:junit-platform-launcher:1.13.4") + testImplementation("org.junit.platform:junit-platform-engine:6.0.0") + testImplementation("org.junit.platform:junit-platform-launcher:6.0.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4") testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.13.4") From 229bbd7eec6d99988011ed13989f09fed7a205e8 Mon Sep 17 00:00:00 2001 From: frankTheTank72 <39116221+frankTheTank72@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:05:00 +0200 Subject: [PATCH 2/2] Update build.gradle --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6e3674c46..08c32f69c 100644 --- a/build.gradle +++ b/build.gradle @@ -75,9 +75,9 @@ dependencies { testImplementation("org.junit.platform:junit-platform-engine:6.0.0") testImplementation("org.junit.platform:junit-platform-launcher:6.0.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.13.4") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:6.0.0") testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' testImplementation 'org.mockito:mockito-core:5.20.0'