Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 76ef704 commit 49ef78e
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 @@ -43,7 +43,7 @@ dependencies {

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

0 comments on commit 49ef78e

Please sign in to comment.