Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): Bump commons-codec:commons-codec from 1.21.0 to 1.22.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.21.0 to 1.22.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.21.0...rel/commons-codec-1.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2026
commit db389e359bfb8624ccc3ad28f4f5d2471729c497
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<!-- Third-party dependency versions -->
<archaius-core.version>0.7.12</archaius-core.version>
<auto-service-annotations.version>1.1.1</auto-service-annotations.version>
<commons-codec.version>1.21.0</commons-codec.version>
<commons-codec.version>1.22.0</commons-codec.version>
<commons-exec.version>1.6.0</commons-exec.version>
<commons-fileupload.version>1.6.0</commons-fileupload.version>
<commons-text.version>1.15.0</commons-text.version>
Expand Down
Loading