This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.13.x by this push:
new c1fc59ca1 chore(deps): bump commons-codec:commons-codec from 1.21.0 to
1.22.0 (#2686)
c1fc59ca1 is described below
commit c1fc59ca16d5fca621ded210c1136d652092c9ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 2 16:34:20 2026 -0500
chore(deps): bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#2686)
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](https://github.com/apache/commons-codec/compare/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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b7e6621e..22bf7a831 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<cas.client.core.version>3.2.2</cas.client.core.version>
<commons.beanutils.version>1.11.0</commons.beanutils.version>
<commons.cli.version>1.11.0</commons.cli.version>
- <commons.codec.version>1.21.0</commons.codec.version>
+ <commons.codec.version>1.22.0</commons.codec.version>
<commons.collection.version>3.2.2</commons.collection.version>
<commons.configuration2.version>2.13.0</commons.configuration2.version>
<commons.lang3.version>3.20.0</commons.lang3.version>