From 3a6ac94ccf9b7e3772420fabc22e4671a961ad8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:06:31 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core 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 20f2c21..0caf7d5 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ repositories { ext { deps = [ gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.4.0', - mockito : 'org.mockito:mockito-core:5.7.0', + mockito : 'org.mockito:mockito-core:5.8.0', ] versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }