Skip to content

Commit 8e98e19

Browse files
authored
Bump commons-io version
1 parent 1500311 commit 8e98e19

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.4'
19+
compile group: 'commons-io', name: 'commons-io', version: '2.5'
2020
}
2121

2222
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)