Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent a125aa3 commit e8c9535
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 @@ -373,7 +373,7 @@ dependencies {
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
implementation 'org.springframework.boot:spring-boot-starter-validation'
//Fix for CVE-2021-29425
implementation 'commons-io:commons-io:2.8.0'
implementation 'commons-io:commons-io:2.16.1'

implementation group: 'org.flywaydb', name: 'flyway-core'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql'
Expand Down

0 comments on commit e8c9535

Please sign in to comment.