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 fd2818bdf chore(deps): bump commons-codec:commons-codec from 1.20.0 to
1.21.0 (#2495)
fd2818bdf is described below
commit fd2818bdf79c618ac1f03f214511535cfa2886c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 12:07:18 2026 -0600
chore(deps): bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (#2495)
Bumps
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from
1.20.0 to 1.21.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.20.0...rel/commons-codec-1.21.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.21.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 9cc0cca2c..96b276a3a 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.20.0</commons.codec.version>
+ <commons.codec.version>1.21.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>