From bf0f67f1c51d57f38cc65f4fc9064be90517152f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:58:08 +0000 Subject: [PATCH] Bump cd.go.plugin:go-plugin-api from 24.4.0 to 25.1.0 Bumps [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) from 24.4.0 to 25.1.0. - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](https://github.com/gocd/gocd/compare/24.4.0...25.1.0) --- updated-dependencies: - dependency-name: cd.go.plugin:go-plugin-api 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 5038ccc..f06b309 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ repositories { ext { deps = [ - gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.4.0', + gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.1.0', mockito : 'org.mockito:mockito-core:5.15.2', ]