From 1d774b3d7c36c45738f0e04724ea60719ae6164b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:10:56 +0000 Subject: [PATCH] Update mockito monorepo from 5.13.0 to 5.14.0 (minor) (#281) 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 920eaace..eb63554d 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.13.0" +mockito = "5.14.0" 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.