Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 6fe278b commit b70fd3a
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.17.0'

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

0 comments on commit b70fd3a

Please sign in to comment.