Skip to content

Commit 7b518f0

Browse files
authored
Update commons io to 2.6
1 parent 34e33bf commit 7b518f0

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
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717
testCompile 'junit:junit:4.12'
1818
compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '3.+'
19-
compile group: 'commons-io', name: 'commons-io', version: '2.5'
19+
compile group: 'commons-io', name: 'commons-io', version: '2.6'
2020
}
2121

2222
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)