Skip to content

Commit 039b405

Browse files
Update dependency commons-io:commons-io to v2.19.0 (#7037)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e3dfd1 commit 039b405

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
@@ -65,7 +65,7 @@ dependencies {
6565
// For the Resource Leak Checker's support for JavaEE.
6666
testImplementation 'javax.servlet:javax.servlet-api:4.0.1'
6767
// For the Resource Leak Checker's support for IOUtils.
68-
testImplementation 'commons-io:commons-io:2.18.0'
68+
testImplementation 'commons-io:commons-io:2.19.0'
6969
// To test for an obscure crash in CFG construction for try-with-resources;
7070
// see https://github.com/typetools/checker-framework/issues/6396
7171
testImplementation 'org.apache.spark:spark-sql_2.12:3.3.2'

0 commit comments

Comments
 (0)