From 91b4e0c29546f21c9953fde29a75cae732fd6bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:11:33 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.9.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 506f06651..6ae13303d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -63,7 +63,7 @@ dependencies { // dependencies for tests testImplementation "junit:junit:$junit_version" - testImplementation 'org.mockito:mockito-core:5.8.0' + testImplementation 'org.mockito:mockito-core:5.9.0' testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' // dependencies for instrumented tests