We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6267a7 commit fcf9683Copy full SHA for fcf9683
1 file changed
checker/build.gradle
@@ -81,7 +81,7 @@ dependencies {
81
// For the Resource Leak Checker's support for JavaEE.
82
testImplementation 'javax.servlet:javax.servlet-api:4.0.1'
83
// For the Resource Leak Checker's support for IOUtils.
84
- testImplementation 'commons-io:commons-io:2.21.0'
+ testImplementation 'commons-io:commons-io:2.22.0'
85
// For the Nullness Checker test of junit-assertions.astub in JUnitNull.java
86
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
87
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
0 commit comments