Skip to content

Commit 8047616

Browse files
Update dependency commons-io:commons-io to v2.15.0 (#6266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58c5677 commit 8047616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
// For the Resource Leak Checker's support for JavaEE.
6969
testImplementation 'javax.servlet:javax.servlet-api:4.0.1'
7070
// For the Resource Leak Checker's support for IOUtils.
71-
testImplementation 'commons-io:commons-io:2.14.0'
71+
testImplementation 'commons-io:commons-io:2.15.0'
7272

7373
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
7474
testImplementation project(':framework-test')

0 commit comments

Comments
 (0)