Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-lang3
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent c4e3cf6 commit 1aba935
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 @@ -68,7 +68,7 @@ dependencies.constraints {
because("org.apache.commons.collections4")
}
api("commons-io:commons-io:2.15.1") { because("org.apache.commons.io") }
api("org.apache.commons:commons-lang3:3.14.0") { because("org.apache.commons.lang3") }
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:2.21.1") { because("org.apache.logging.log4j") }
api("org.apache.logging.log4j:log4j-core:2.21.1") { because("org.apache.logging.log4j.core") }
Expand Down

0 comments on commit 1aba935

Please sign in to comment.