From f9ae74cde548d8a2e8db424d2a4ba7ef50272ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 16:45:26 +0000 Subject: [PATCH] Update junit-framework monorepo to v5.14.3 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 840b97f..4c5179b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -17,7 +17,7 @@ dependencyResolutionManagement { versionCatalogs { val kotlin = "1.6.21" val kotlinxCoroutines = "1.6.4" - val junit5 = "5.9.1" + val junit5 = "5.14.3" val assertk = "0.25" val androidGradlePlugin = "7.2.2" val dotenv = "2.0.0"