We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3dfd1 commit 039b405Copy full SHA for 039b405
1 file changed
checker/build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
// For the Resource Leak Checker's support for JavaEE.
66
testImplementation 'javax.servlet:javax.servlet-api:4.0.1'
67
// For the Resource Leak Checker's support for IOUtils.
68
- testImplementation 'commons-io:commons-io:2.18.0'
+ testImplementation 'commons-io:commons-io:2.19.0'
69
// To test for an obscure crash in CFG construction for try-with-resources;
70
// see https://github.com/typetools/checker-framework/issues/6396
71
testImplementation 'org.apache.spark:spark-sql_2.12:3.3.2'
0 commit comments