Skip to content

Commit

Permalink
Build(deps): Bump commons-codec:commons-codec from 1.16.1 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.1 to 1.17.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.16.1...rel/commons-codec-1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 8e4199b commit 4b76b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarhc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ dependencies {
// note: version 4.0.x fails with NullPointerException
implementation("org.codehaus.plexus:plexus-utils:3.5.1")
// fix https://devhub.checkmarx.com/cve-details/Cxeb68d52e-5509/
implementation("commons-codec:commons-codec:1.16.1")
implementation("commons-codec:commons-codec:1.17.0")

// additional libraries to be added to jar-with-deps
includeInJarWithDeps("org.slf4j:slf4j-simple:2.0.13")
Expand Down

0 comments on commit 4b76b51

Please sign in to comment.