From 8d27a4b9f4e82536c5cb58205fd09a35c088dd25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:45:47 +0000 Subject: [PATCH] Update dependency de.mannodermaus.android-junit5 to v1.11.3.0 (#573) 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 12412f9c..23b1b21f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ androidGradlePlugin = "8.7.3" # Test versionsandroid-junit5-plugin-dsl junit = "5.11.4" -androidJUnit5 = "1.11.2.0" +androidJUnit5 = "1.11.3.0" kluent = "1.73" testRunner = "1.6.2" mockk = "1.13.14"