Skip to content

Commit

Permalink
Merge pull request #103 from gocd/dependabot/gradle/org.apache.common…
Browse files Browse the repository at this point in the history
…s-commons-lang3-3.9

Bump commons-lang3 from 3.8.1 to 3.9
  • Loading branch information
ketan authored Jun 27, 2019
2 parents 106fe9d + dc8d9d8 commit 140093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
compile group: 'com.google.guava', name: 'guava', version: '23.0'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile group: 'joda-time', name: 'joda-time', version: '2.10.2'
compile group: 'io.fabric8', name: 'kubernetes-client', version: '3.1.8'
Expand Down

0 comments on commit 140093f

Please sign in to comment.