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

rzo1 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 29e5f9e92c TOMEE-4451 Commons Codec 1.18.0
29e5f9e92c is described below

commit 29e5f9e92c85360c120e107d3f727c0c979bee12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 12:49:39 2025 +0100

    TOMEE-4451 Commons Codec 1.18.0
    
    Bumps 
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from 
1.17.2 to 1.18.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.17.2...rel/commons-codec-1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: commons-codec:commons-codec
      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 +-
 boms/tomee-microprofile/pom.xml                                         | 2 +-
 boms/tomee-plume/pom.xml                                                | 2 +-
 boms/tomee-plus/pom.xml                                                 | 2 +-
 boms/tomee-webprofile/pom.xml                                           | 2 +-
 pom.xml                                                                 | 2 +-
 6 files changed, 6 insertions(+), 6 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 73a10037b5..97d66573c6 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.17.2</version>
+      <version>1.18.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 2d87c4445b..a069b36522 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.17.2</version>
+      <version>1.18.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index a645490e53..b3accd5675 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.17.2</version>
+      <version>1.18.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index e561855549..0217c344bd 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.17.2</version>
+      <version>1.18.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 6c0dd36fa4..0a736c5576 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.17.2</version>
+      <version>1.18.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index d1bfb36f90..06e6260915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
 
     <!-- Apache Commons -->
     <version.commons-cli>1.9.0</version.commons-cli>
-    <version.commons-codec>1.17.2</version.commons-codec>
+    <version.commons-codec>1.18.0</version.commons-codec>
     <version.commons-dbcp2>2.13.0</version.commons-dbcp2>
     <version.commons-discovery>0.5</version.commons-discovery>
     <version.commons-io>2.18.0</version.commons-io>

Reply via email to