Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and chkpnt committed Jun 18, 2020
1 parent 3867284 commit 1f10a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {

testImplementation localGroovy()
testImplementation gradleTestKit()
testImplementation 'commons-io:commons-io:2.6'
testImplementation 'commons-io:commons-io:2.7'
testImplementation 'com.google.jimfs:jimfs:1.1' // In-Memory Filesystem
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5', {
exclude group: 'org.codehaus.groovy'
Expand Down

0 comments on commit 1f10a66

Please sign in to comment.