Skip to content

Commit fcf9683

Browse files
Update dependency commons-io:commons-io to v2.22.0 (eisop#1662)
1 parent c6267a7 commit fcf9683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
// For the Resource Leak Checker's support for JavaEE.
8282
testImplementation 'javax.servlet:javax.servlet-api:4.0.1'
8383
// For the Resource Leak Checker's support for IOUtils.
84-
testImplementation 'commons-io:commons-io:2.21.0'
84+
testImplementation 'commons-io:commons-io:2.22.0'
8585
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
8686
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
8787
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'

0 commit comments

Comments
 (0)