Skip to content

Commit

Permalink
Merge pull request #122 from gocd/dependabot/gradle/cd.go.plugin-go-p…
Browse files Browse the repository at this point in the history
…lugin-api-21.4.0

Bump go-plugin-api from 21.3.0 to 21.4.0
  • Loading branch information
chadlwilson authored Jan 28, 2022
2 parents 3944cbc + acf8c1f commit a6390a7
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 {
implementation project(':plugin-common')
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.3.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'

implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
Expand Down
2 changes: 1 addition & 1 deletion plugin-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.3.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'

api group: 'commons-io', name: 'commons-io', version: '2.11.0'
api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
Expand Down

0 comments on commit a6390a7

Please sign in to comment.