Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.17.0 (#787)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 018d1e3 commit 424c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ dependencyManagement {
dependencySet(group: 'commons-fileupload', version: '1.5') {
entry 'commons-fileupload'
}
dependency group: 'commons-io', name: 'commons-io', version: '2.16.1'
dependency group: 'commons-io', name: 'commons-io', version: '2.17.0'

//CVE-2021-27568
dependency group: 'net.minidev', name: 'json-smart', version: '2.5.0'
Expand Down

0 comments on commit 424c0a0

Please sign in to comment.