From 7d4d1ca3ef9ccb63a6f774bac86e6ee0ff0611a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:01:45 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.14.0 to 6.0.0 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.14.0 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 70c9434..00eba23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") testImplementation("io.cucumber:cucumber-java:7.29.0") - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.14.0") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }