Skip to content

Commit

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

Bump go-plugin-api from 21.4.0 to 22.1.0
  • Loading branch information
chadlwilson authored Mar 22, 2022
2 parents a343639 + b14b6b9 commit 414085d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gocd-yum-repo-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

dependencies {
implementation project(':plugin-common')
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0'

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

testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.9.3'

testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.3.0'
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.4.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2'
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.4.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.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 414085d

Please sign in to comment.