From 4c1d0831b27fec6b3a1966f4ef2e7323575c87a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:28:57 +0000 Subject: [PATCH] Update junit to v5.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 f785be12f..d784c42dc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ jacoco = "0.8.12" # We need to stay on the 1.3.x release line as 1.4.x requires Java 11 logback = "1.3.14" retrofit = "2.11.0" -junit = "5.11.2" +junit = "5.11.3" junitPlatform = "1.11.2" okhttp = "4.12.0" mockito = "4.11.0"