Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and kritika-singh3 committed Jan 12, 2021
1 parent c52edfe commit f3a96f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sourceSets {

dependencies {
compile group: 'cd.go.plugin.base', name: 'gocd-plugin-base', version: '0.0.1'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '20.10.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.1.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: 'com.amazonaws', name: 'aws-java-sdk-secretsmanager', version: '1.11.931'
compile group: 'com.amazonaws.secretsmanager', name: 'aws-secretsmanager-caching-java', version: '1.0.1'
Expand All @@ -69,7 +69,7 @@ dependencies {
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.7.0'
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '20.9.0'
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.1.0'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
}

Expand Down

0 comments on commit f3a96f8

Please sign in to comment.