Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent ceb0790 commit 2789f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,14 @@ dependencies {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-web'
exclude group: 'org.glassfish', module: 'jakarta.el'
}
implementation 'commons-io:commons-io:2.8.0'
implementation 'commons-io:commons-io:2.15.0'
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
implementation group: 'javax.el', name: 'javax.el-api', version: '3.0.0'
implementation group: 'org.flywaydb', name: 'flyway-core', version: versions.flyway


//Fix for CVE-2021-29425
implementation 'commons-io:commons-io:2.11.0'
implementation 'commons-io:commons-io:2.15.0'
implementation group: 'org.apache.camel', name: 'camel-bom', version: versions.camel, ext: 'pom'
implementation group: 'org.apache.camel.springboot', name: 'camel-spring-boot-dependencies', version: versions.camel

Expand Down

0 comments on commit 2789f6a

Please sign in to comment.