From b9f94890d528653751f0d74425fd234c4e3bce07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:23:54 +0000 Subject: [PATCH] Bump mockito-core from 2.7.7 to 5.0.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.7.7 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.7.7...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c43e55..89d57d4 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ ext.library = [ junit: 'junit:junit-dep:4.10', hamcrest: 'org.hamcrest:hamcrest-all:1.3', - mockito: 'org.mockito:mockito-core:2.7.7', + mockito: 'org.mockito:mockito-core:5.0.0', ] def BUILD_NUMBER = project.hasProperty('BUILD_NUMBER')? "$BUILD_NUMBER" : '0'