Skip to content

Commit f1e6292

Browse files
Merge pull request #92 from xenit-eu/dependabot/gradle/commons-io-commons-io-2.13.0
Bump commons-io:commons-io from 2.11.0 to 2.13.0
2 parents cc58d63 + 6b91974 commit f1e6292

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
@@ -36,7 +36,7 @@ configurations {
3636
dependencies {
3737
compile gradleApi()
3838
testCompile group: 'junit', name: 'junit', version: '4.13.2'
39-
testCompile group: 'commons-io', name: 'commons-io', version: '2.11.0'
39+
testCompile group: 'commons-io', name: 'commons-io', version: '2.13.0'
4040
}
4141
import org.gradle.util.GradleVersion
4242

0 commit comments

Comments
 (0)