From cabb9e7cc8d1e7d438c3b6b263efaf7fdce1fe7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:21:34 +0000 Subject: [PATCH] Update junitPlatform to v1.11.4 --- 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 d265519c..4bd81187 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ jacoco = "0.8.12" logback = "1.3.14" retrofit = "2.11.0" junit = "5.11.3" -junitPlatform = "1.11.3" +junitPlatform = "1.11.4" okhttp = "4.12.0" mockito = "4.11.0" picocli = "4.7.6"