From 5831ec4e61481f2b2b5a68ef873e14314d8707de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 01:30:50 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 2.7.7 to 5.2.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 2.7.7 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.7.7...v5.2.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..36597d7 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.2.0', ] def BUILD_NUMBER = project.hasProperty('BUILD_NUMBER')? "$BUILD_NUMBER" : '0'