Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 8f2a40b commit 622428e
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 @@ -42,7 +42,7 @@ dependencies {

testImplementation localGroovy()
testImplementation gradleTestKit()
testImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'commons-io:commons-io:2.14.0'
testImplementation 'com.google.jimfs:jimfs:1.2' // In-Memory Filesystem
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', {
exclude group: 'org.codehaus.groovy'
Expand Down

0 comments on commit 622428e

Please sign in to comment.