From 03a87f1994b02529d1f3e25080d663a1bf0fe511 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:29:02 +0000 Subject: [PATCH] Update mockito monorepo from 5.10.0 to 5.11.0 (minor) (#121) 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 5595e9c6..590f9e69 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ snakeyaml = "2.2" junit4 = "4.13.2" junit5 = "5.10.2" kotest = "5.8.0" -mockito = "5.10.0" +mockito = "5.11.0" mockative = "2.0.1" # Use this instead of 1.3 # If `hamcrest-1.3` appears in the dependency list, check if it's excluded from all usages.