From 79202f28fa44962c839f16affbd822b57e05a6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:53:58 +0000 Subject: [PATCH] Bump cd.go.plugin:go-plugin-api from 25.1.0 to 25.2.0 Bumps [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) from 25.1.0 to 25.2.0. - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](https://github.com/gocd/gocd/compare/25.1.0...25.2.0) --- updated-dependencies: - dependency-name: cd.go.plugin:go-plugin-api dependency-version: 25.2.0 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 06fb9a4..5c1eafc 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ repositories { ext { deps = [ - gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.1.0', + gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0', ] versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }