Skip to content

Commit

Permalink
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 and Goooler committed Dec 5, 2024
1 parent dbda360 commit b840c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

testImplementation("org.openjdk.jmh:jmh-core:$jmhVersion")
testImplementation("org.openjdk.jmh:jmh-generator-bytecode:$jmhVersion")
testImplementation("commons-io:commons-io:2.16.1")
testImplementation("commons-io:commons-io:2.18.0")
}

java {
Expand Down

0 comments on commit b840c06

Please sign in to comment.