From c0d4e42d41a26d6ead31631d93f7a5f09992f92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:11:09 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.8.0 to 5.10.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.10.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..007df90a 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.10.0' testImplementation 'com.googlecode.java-diff-utils:diffutils:1.3.0' androidTestImplementation 'androidx.test:runner:1.5.1'