From 16e9bb2ca52d9b6e8141c9133b4870b0ef901c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:15:29 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.8.0 to 5.11.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index c23a2afe..4e5be68c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -100,7 +100,7 @@ dependencies { // Test dependencies testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.8.0' + testImplementation 'org.mockito:mockito-core:5.11.0' testImplementation 'com.googlecode.java-diff-utils:diffutils:1.3.0' androidTestImplementation 'androidx.test:runner:1.5.1'