Skip to content

Commit 93cbbea

Browse files
Bump cd.go.plugin:go-plugin-api from 25.1.0 to 25.2.0 (#74)
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](gocd/gocd@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ebdd7d commit 93cbbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configurations.all {
6565

6666
ext {
6767
deps = [
68-
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.1.0',
68+
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0',
6969
]
7070

7171
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }

0 commit comments

Comments
 (0)