From ddef73623bb372c1dd633a22967ce1ed7ec1e006 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 02:54:44 +0000 Subject: [PATCH] Update mockative from 2.1.0 to 2.2.0 (minor) (#157) 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 80bc8a8d..dbd8fdb4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ junit4 = "4.13.2" junit5 = "5.10.2" kotest = "5.8.1" mockito = "5.11.0" -mockative = "2.1.0" +mockative = "2.2.0" # Use this instead of 1.3 # If `hamcrest-1.3` appears in the dependency list, check if it's excluded from all usages. hamcrest = "2.0.0.0"