From 9544df2bb946a0b4679fe2272df4d23cc4a1396a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 09:02:31 -0500 Subject: [PATCH] chore(deps): update org.junit.platform:junit-platform-launcher to v1.14.3 (#4981) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 8c318dcd6..b859c7618 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ ktfmt = "0.61" kover = "0.9.8" mokkery = "3.3.0" junit5 = "5.14.3" -junit-platform = "1.12.2" # aligned with junit5 — JUnit Platform uses 1.x scheme +junit-platform = "1.14.3" # aligned with junit5 — JUnit Platform uses 1.x scheme kotest = "6.1.10" testRetry = "1.6.4" turbine = "1.2.1"