From edb6086339b6a1fa08bfcfd256aa5b486395971a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:34:15 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.14.2 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index dd9aee4..ff37dee 100755 --- a/library/build.gradle +++ b/library/build.gradle @@ -40,7 +40,7 @@ dependencies { api 'com.google.android.material:material:' + versions.material testImplementation 'junit:junit:4.13.2' - testImplementation "org.mockito:mockito-core:5.3.1" + testImplementation "org.mockito:mockito-core:5.14.2" testImplementation "org.mockito:mockito-inline:5.2.0" }