Skip to content

Commit

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

---
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 Oct 29, 2024
1 parent 5aaf114 commit d31fc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ configurations.all {
force 'commons-beanutils:commons-beanutils:1.9.4'
force 'com.google.guava:guava:30.0-jre'
force 'com.puppycrawl.tools:checkstyle:8.29'
force 'commons-codec:commons-codec:1.13'
force 'commons-codec:commons-codec:1.17.1'
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
force "org.yaml:snakeyaml:${versions.snakeyaml}"
force 'org.codehaus.plexus:plexus-utils:3.0.24'
Expand Down

0 comments on commit d31fc2e

Please sign in to comment.