Skip to content

Commit

Permalink
build(deps): bump commons-io:commons-io in /hiero-dependency-versions
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.15.1 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 45f108d commit defcfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies.constraints {
api("org.apache.commons:commons-collections4:4.4") {
because("org.apache.commons.collections4")
}
api("commons-io:commons-io:2.15.1") { because("org.apache.commons.io") }
api("commons-io:commons-io:2.18.0") { because("org.apache.commons.io") }
api("org.apache.commons:commons-lang3:3.17.0") { because("org.apache.commons.lang3") }
api("org.apache.commons:commons-compress:1.26.0") { because("org.apache.commons.compress") }
api("org.apache.logging.log4j:log4j-api:$log4j") { because("org.apache.logging.log4j") }
Expand Down

0 comments on commit defcfd5

Please sign in to comment.