Skip to content

Commit 549a364

Browse files
authored
Merge pull request #254 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 2a6b695 + 979ee42 commit 549a364

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
@@ -59,7 +59,7 @@ repositories {
5959

6060
ext {
6161
deps = [
62-
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.1.0',
62+
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0',
6363
]
6464

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

0 commit comments

Comments
 (0)