From db9f4af33e0a05059b8aa766ae7a5146995b529f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:43:43 +0000 Subject: [PATCH] Update junitPlatform to v1.11.3 --- 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 d784c42dc..edb3881b3 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.2" +junitPlatform = "1.11.3" okhttp = "4.12.0" mockito = "4.11.0" picocli = "4.7.6"