Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 19, 2024
1 parent 6ad0484 commit 7f833d7
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 @@ -84,7 +84,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.16.1'
testImplementation 'commons-io:commons-io:2.17.0'
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
Expand Down

0 comments on commit 7f833d7

Please sign in to comment.