Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.15.1 (#6323)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 30, 2023
1 parent f9e2757 commit 49d97d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/build.gradle
Expand Up @@ -68,7 +68,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.15.0'
testImplementation 'commons-io:commons-io:2.15.1'

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation project(':framework-test')
Expand Down

0 comments on commit 49d97d7

Please sign in to comment.