From b5e70a1e9d8e2e902224fee000ce11a250c805fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:40:42 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 6.0.3 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.11.3 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.3...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6e623b1..185fdbc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,9 +33,9 @@ dependencies { testImplementation(ktlintPlugin) testImplementation(detectPlugin) testImplementation("org.assertj:assertj-core:3.27.3") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3") } kotlin {