This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 782d7a18df Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
782d7a18df is described below

commit 782d7a18df705e57a8bb79c9ddeb3b53ff4743ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 04:19:48 2026 +0000

    Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
    
    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]>
---
 .../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 c8b254ad1d..d21517d527 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 d7baafa6d5..ec5023e1d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,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>

Reply via email to