From 908653407b16826491e0281012c1b54bdf172521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:57:13 +0000 Subject: [PATCH] Bump mockito-core from 2.7.7 to 5.1.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.7.7 to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.7.7...v5.1.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..529b9ea 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.1.0', ] def BUILD_NUMBER = project.hasProperty('BUILD_NUMBER')? "$BUILD_NUMBER" : '0'