Skip to content

Commit f0ebcb5

Browse files
authored
Merge pull request #131 from gocd-contrib/dependabot/gradle/cd.go.plugin-go-plugin-api-25.2.0
Bump cd.go.plugin:go-plugin-api from 25.1.0 to 25.2.0
2 parents 6d84e57 + 17cab83 commit f0ebcb5

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
@@ -50,7 +50,7 @@ repositories {
5050

5151
ext {
5252
deps = [
53-
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.1.0',
53+
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0',
5454
]
5555

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

0 commit comments

Comments
 (0)