From cf85eb99000557af7cbf7550cd733b469803db10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:28:30 +0000 Subject: [PATCH] Update mockito monorepo from 5.14.0 to 5.14.1 (patch) (#283) 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 3f76f40a..bac23a55 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ snakeyaml = "2.3" junit4 = "4.13.2" junit5 = "5.11.1" kotest = "5.9.1" -mockito = "5.14.0" +mockito = "5.14.1" mockito-kotlin = "5.4.0" # Use this instead of 1.3 # If `hamcrest-1.3` appears in the dependency list, check if it's excluded from all usages.