Skip to content

Commit d1bd589

Browse files
authored
Merge pull request #334 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 88ee6d2 + 4e87a47 commit d1bd589

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

0 commit comments

Comments
 (0)