Skip to content

Commit

Permalink
Bump go-plugin-api from 17.7.0 to 19.2.0
Browse files Browse the repository at this point in the history
Bumps [go-plugin-api](https://github.com/gocd/gocd) from 17.7.0 to 19.2.0.
- [Release notes](https://github.com/gocd/gocd/releases)
- [Commits](gocd/gocd@17.7.0...19.2.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and ketan committed Jun 28, 2019
1 parent c7d3e06 commit 4454ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gocd-yum-repo-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

dependencies {
compile project(':plugin-common')
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.7.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'

compile group: 'commons-io', name: 'commons-io', version: '2.4'
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.1'
Expand Down
2 changes: 1 addition & 1 deletion plugin-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.7.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'

compile group: 'commons-io', name: 'commons-io', version: '2.4'
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.1'
Expand Down

0 comments on commit 4454ec1

Please sign in to comment.