From 68ca1b950f1db86dbdb047f1d19fa2cd07fdd0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:13:18 +0000 Subject: [PATCH] Build(deps): bump junit-platform from 1.13.4 to 6.0.1 Bumps `junit-platform` from 1.13.4 to 6.0.1. Updates `org.junit.platform:junit-platform-engine` from 1.13.4 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.1) Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.1 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 bf81bc6f..98b4f449 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.1" junit5 = "5.13.4" junixsocket = "2.10.1" kotlin = "2.1.20"