From 04fe0bc22550c94cd3d0f51398d7c4ae9da6256c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:59:28 +0000 Subject: [PATCH] Bump cd.go.plugin:go-plugin-api from 23.4.0 to 23.5.0 Bumps [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) from 23.4.0 to 23.5.0. - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](https://github.com/gocd/gocd/compare/23.4.0...23.5.0) --- updated-dependencies: - dependency-name: cd.go.plugin:go-plugin-api 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 b610cb6..5c4e36b 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ repositories { ext { deps = [ - gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.4.0', + gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.5.0', ] versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }