From 2875c3bb071443c5c535ad01f6e53471a31cac24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:01:57 +0000 Subject: [PATCH] Bump the junit group with 4 updates Bumps the junit group with 4 updates: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework), [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework). Updates `org.junit.platform:junit-platform-launcher` from 1.13.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) Updates `org.junit.platform:junit-platform-commons` from 1.13.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) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.platform:junit-platform-commons` from 1.13.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-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 08b1b19..6cfa56f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:${libs.versions.kotlin.get()}") testImplementation("io.kotest:kotest-runner-junit5:5.9.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1") } val dependencyVersions = listOf( diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9b83549..17976a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -junitJupiter = "5.13.4" -junitPlatform = "1.13.4" +junitJupiter = "6.0.1" +junitPlatform = "6.0.1" kotlin = "2.2.21" kotlinVersionrange = "[1.6,3)" logback = "1.3.15"