From 27cf6ab90fdf621e7a51dd46fc9b30b9e089b9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:16:35 +0000 Subject: [PATCH] build(deps): Bump org.junit.platform:junit-platform-suite-api Bumps [org.junit.platform:junit-platform-suite-api](https://github.com/junit-team/junit-framework) from 1.11.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-suite-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app-db-h2-connection/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-db-h2-connection/build.gradle.kts b/app-db-h2-connection/build.gradle.kts index b671a59..7eab5a1 100644 --- a/app-db-h2-connection/build.gradle.kts +++ b/app-db-h2-connection/build.gradle.kts @@ -37,10 +37,10 @@ dependencies { testImplementation("io.cucumber:cucumber-junit-platform-engine:7.20.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4") // testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("org.junit.platform:junit-platform-launcher:1.11.4") - testImplementation("org.junit.platform:junit-platform-commons:1.11.4") - testImplementation("org.junit.platform:junit-platform-engine:1.11.4") - testImplementation("org.junit.platform:junit-platform-suite-api:1.11.4") + testImplementation("org.junit.platform:junit-platform-launcher:6.0.0") + testImplementation("org.junit.platform:junit-platform-commons:6.0.0") + testImplementation("org.junit.platform:junit-platform-engine:6.0.0") + testImplementation("org.junit.platform:junit-platform-suite-api:6.0.0") } tasks.withType {