From 3e97f50e7bb6564f36232ba43fe9bed76d00ef29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:11:48 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.0 to 5.14.1 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8deccbd..4802b6b 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ java { ext { deps = [ gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.3.0', - mockito : 'org.mockito:mockito-core:5.14.0', + mockito : 'org.mockito:mockito-core:5.14.1', openstack4j : 'com.github.openstack4j.core:openstack4j-core:3.12', cache2k : 'org.cache2k:cache2k-api:2.6.1.Final', ]