From 754b41b6d5edbba0c50b9eb9cd40527bb9b8054b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 14:20:25 +0000 Subject: [PATCH] Bump org.mockito:mockito-bom from 5.11.0 to 5.12.0 Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ac8b65..e6797a9 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ dependencies { testImplementation project.deps.gocdPluginApi testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' - testImplementation platform('org.mockito:mockito-bom:5.11.0') + testImplementation platform('org.mockito:mockito-bom:5.12.0') testImplementation group: 'org.mockito', name: 'mockito-core' testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'