Skip to content

Commit

Permalink
Merge pull request #23 from gocd-contrib/dependabot/gradle/cd.go.plug…
Browse files Browse the repository at this point in the history
…in-go-plugin-api-24.1.0

Bump cd.go.plugin:go-plugin-api from 23.5.0 to 24.1.0
  • Loading branch information
chadlwilson committed May 17, 2024
2 parents 3f978a2 + 3319528 commit a2939b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static String versionOf(String dependencySpec) {

ext {
deps = [
gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.5.0',
gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.1.0',
]

versions = project.ext.deps.collectEntries { lib, libGav -> [lib, versionOf(libGav)] }
Expand Down

0 comments on commit a2939b5

Please sign in to comment.