From 5c6267641587d50c433113b3cd075b1a158e6ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:04:46 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-engine Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.11.3 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.3...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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a16268d..8078c36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -75,8 +75,8 @@ dependencies { implementation("ch.qos.logback:logback-core:1.5.12") implementation("org.slf4j:slf4j-api:2.0.16") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0") }