From d5ebbdac23ee607215f1710f69e155a946df99b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 20:08:57 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 1.10.19 to 5.1.1 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 1.10.19 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v1.10.19...v5.1.1) --- 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 e4568f35b..c3b183ba6 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { compileOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.38' testImplementation 'org.testng:testng:6.9.10' - testImplementation 'org.mockito:mockito-core:1.10.19' + testImplementation 'org.mockito:mockito-core:5.1.1' testImplementation 'org.openjdk.jmh:jmh-core:1.12' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.35' testImplementation 'com.google.appengine:appengine-api-1.0-sdk:1.9.38'