Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and ketan committed Jul 16, 2019
1 parent 2199548 commit edd8b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gocd-filebased-authentication-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
*/

dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.5.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
compile project(':bcrypt')
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'

testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '18.1.0'
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.5.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.mockito', name: 'mockito-core', version: '2.28.2'
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
Expand Down

0 comments on commit edd8b44

Please sign in to comment.