From 89b37ef1ddfd4e5ecb064103fe71c4757c0fdda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:21:14 +0000 Subject: [PATCH] Build(deps): bump org.mockito:mockito-core from 2.2.28 to 5.6.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 2.2.28 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v2.2.28...v5.6.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 21a643f..b816a04 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0' testImplementation project.deps.gocdPluginApi - testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.2.28' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.6.0' testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.4.0' testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.10.2'