Skip to content

Commit

Permalink
fix(deps): update dependency commons-io:commons-io to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 9562bce commit f148ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation "org.codehaus.groovy:groovy:2.5.23"

testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.18.0'
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.11.3'
Expand Down

0 comments on commit f148ced

Please sign in to comment.