Skip to content

Commit

Permalink
build(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.17.0 to 2.18.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sebastien-belin-adp committed Nov 26, 2024
1 parent f24cb57 commit 0e5bee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interlok-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

api project(':interlok-core-apt')
api ("com.thoughtworks.xstream:xstream:1.4.21")
api ("commons-io:commons-io:2.17.0")
api ("commons-io:commons-io:2.18.0")
api ("commons-net:commons-net:3.11.1")
api ("commons-pool:commons-pool:1.6")
api ("org.apache.commons:commons-lang3:3.17.0")
Expand Down
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
// api ("jakarta.transaction:jakarta.transaction-api:1.3.3")
api ("org.hibernate.validator:hibernate-validator:6.1.7.Final")
api ("org.glassfish:jakarta.el:3.0.4")
api ("commons-io:commons-io:2.17.0")
api ("commons-io:commons-io:2.18.0")
api ("org.apache.commons:commons-lang3:3.17.0")
api ("commons-net:commons-net:3.11.1")
api ("org.apache.commons:commons-pool2:2.12.0")
Expand Down

0 comments on commit 0e5bee4

Please sign in to comment.