From 2b76212217122604eeb14ba02ea45d93809773a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:11:42 -0500 Subject: [PATCH] chore(deps): update org.junit.platform:junit-platform-launcher to v6.1.0 (#5502) --- 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 25b7264e3..cb9ae80cc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ ktfmt = "0.61" kover = "0.9.8" mokkery = "3.3.0" junit5 = "6.1.0" -junit-platform = "6.0.3" # aligned with junit5 — JUnit Platform uses 1.x scheme +junit-platform = "6.1.0" # aligned with junit5 — JUnit Platform uses 1.x scheme kotest = "6.1.11" testRetry = "1.6.4" turbine = "1.2.1"