Skip to content

Commit 140093f

Browse files
authored
Merge pull request #103 from gocd/dependabot/gradle/org.apache.commons-commons-lang3-3.9
Bump commons-lang3 from 3.8.1 to 3.9
2 parents 106fe9d + dc8d9d8 commit 140093f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'
6464
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
6565
compile group: 'com.google.guava', name: 'guava', version: '23.0'
66-
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
66+
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
6767
compile group: 'commons-io', name: 'commons-io', version: '2.6'
6868
compile group: 'joda-time', name: 'joda-time', version: '2.10.2'
6969
compile group: 'io.fabric8', name: 'kubernetes-client', version: '3.1.8'

0 commit comments

Comments
 (0)