Skip to content

Commit 8eb2646

Browse files
authored
Merge pull request #269 from gocd-contrib/dependabot/gradle/commons-io-commons-io-2.16.0
Bump commons-io:commons-io from 2.15.1 to 2.16.0
2 parents adc51bf + 8da7bcb commit 8eb2646

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.12.7'
8484
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.32'
8585
constraints {
86-
implementation('commons-io:commons-io:2.15.1' ) {
86+
implementation('commons-io:commons-io:2.16.0' ) {
8787
because 'spotify docker-client uses an outdated version'
8888
}
8989
implementation('com.github.jnr:jnr-unixsocket:0.38.22' ) {

0 commit comments

Comments
 (0)