Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.18.0 (#153)
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 Nov 21, 2024
1 parent 15fdc84 commit ba79c49
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 @@ -244,7 +244,7 @@ dependencies {
// This dependency is exported to consumers, that is to say found on their compile classpath.
api 'org.apache.commons:commons-math3:3.6.1'
api 'org.apache.commons:commons-lang3:3.17.0'
api 'commons-io:commons-io:2.17.0'
api 'commons-io:commons-io:2.18.0'
}

subprojects {
Expand Down Expand Up @@ -303,7 +303,7 @@ subprojects {
// This dependency is exported to consumers, that is to say found on their compile classpath.
api 'org.apache.commons:commons-math3:3.6.1'
api 'org.apache.commons:commons-lang3:3.17.0'
api 'commons-io:commons-io:2.17.0'
api 'commons-io:commons-io:2.18.0'
}

bootJar {
Expand Down

0 comments on commit ba79c49

Please sign in to comment.