Skip to content

Commit b539754

Browse files
authored
Merge pull request #323 from gocd-contrib/dependabot/gradle/commons-io-commons-io-2.19.0
Bump commons-io:commons-io from 2.18.0 to 2.19.0
2 parents f88df7e + 51df5c3 commit b539754

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
@@ -84,7 +84,7 @@ dependencies {
8484
implementation group: 'joda-time', name: 'joda-time', version: '2.14.0'
8585
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.34'
8686
constraints {
87-
implementation('commons-io:commons-io:2.18.0') {
87+
implementation('commons-io:commons-io:2.19.0') {
8888
because 'spotify docker-client uses an outdated version'
8989
}
9090
implementation('com.github.jnr:jnr-unixsocket:0.38.23') {

0 commit comments

Comments
 (0)