Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent b10c350 commit 97ae567
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 @@ -378,7 +378,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.18.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 97ae567

Please sign in to comment.