From 2533562304c8a5d673770b70c5b7bcfd3a9d2d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:27:49 +0000 Subject: [PATCH] build(deps): Bump org.junit.platform:junit-platform-commons Bumps [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) from 1.11.4 to 1.13.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-commons dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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..8276184 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:1.13.4") + testImplementation("org.junit.platform:junit-platform-commons:1.13.4") + testImplementation("org.junit.platform:junit-platform-engine:1.13.4") + testImplementation("org.junit.platform:junit-platform-suite-api:1.13.4") } tasks.withType {