Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.15.0 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 398b26a commit e604d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
// For the Resource Leak Checker's support for JavaEE.
testImplementation 'javax.servlet:javax.servlet-api:4.0.1'
// For the Resource Leak Checker's support for IOUtils.
testImplementation 'commons-io:commons-io:2.14.0'
testImplementation 'commons-io:commons-io:2.15.0'

// Required for checker/tests/index-initializedfields/RequireJavadoc.java
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
Expand Down

0 comments on commit e604d8d

Please sign in to comment.