From aedcd4bbfdac0c459103eaf0b3a8ddb9758e3ef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:36:10 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.6.0 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index dd9aee4..f6ca4fc 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.6.0" testImplementation "org.mockito:mockito-inline:5.2.0" }