From 3439e4bbb29855c62c48d153ce2ad984aa7dbf79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:13:32 +0000 Subject: [PATCH] Build(deps): bump junit-platform from 1.13.4 to 6.0.0 Bumps `junit-platform` from 1.13.4 to 6.0.0. Updates `org.junit.platform:junit-platform-engine` 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-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) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e08d8b0e..0aeaab06 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] intellij = "252.23892.360-EAP-SNAPSHOT" intellijPreview = "252.23892.360-EAP-SNAPSHOT" -junit-platform = "1.13.4" +junit-platform = "6.0.0" junit5 = "5.13.4" junixsocket = "2.10.1" kotlin = "2.1.20"