Skip to content

Commit d075883

Browse files
authored
Merge pull request #6 from craigthomas/commons-io-update
Update commons-io dependency to latest version.
2 parents 9abeaf7 + c04724c commit d075883

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
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
compile 'commons-cli:commons-cli:1.4'
22-
compile 'commons-io:commons-io:2.5'
22+
compile 'commons-io:commons-io:2.6'
2323
testCompile 'org.mockito:mockito-all:1.10.19'
2424
testCompile 'junit:junit:4.12'
2525
}

0 commit comments

Comments
 (0)