This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 7ff055a5a4 TOMEE-4578 - Bump commons-codec:commons-codec from 1.20.0
to 1.21.0 (#2459)
7ff055a5a4 is described below
commit 7ff055a5a42b16e6c8952d5887c4c596229597c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 13:50:32 2026 +0100
TOMEE-4578 - Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (#2459)
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>
---
.../arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
index fc992fcb4d..f984165fca 100644
---
a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
+++
b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.20.0</version>
+ <version>1.21.0</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index a3183b9aab..d3a365cd03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
<!-- Apache Commons -->
<version.commons-cli>1.11.0</version.commons-cli>
- <version.commons-codec>1.20.0</version.commons-codec>
+ <version.commons-codec>1.21.0</version.commons-codec>
<version.commons-dbcp2>2.14.0</version.commons-dbcp2>
<version.commons-discovery>0.5</version.commons-discovery>
<version.commons-io>2.21.0</version.commons-io>