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 73e17160f1 TOMEE-4396 - Bump commons-codec:commons-codec from 1.11 to 
1.17.1 (#1476)
73e17160f1 is described below

commit 73e17160f1987bd98fcd2372bec347dea8057376
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 9 09:23:41 2024 +0200

    TOMEE-4396 - Bump commons-codec:commons-codec from 1.11 to 1.17.1 (#1476)
    
    Bumps 
[commons-codec:commons-codec](https://github.com/apache/commons-codec) from 
1.11 to 1.17.1.
    - 
[Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
    - 
[Commits](https://github.com/apache/commons-codec/compare/commons-codec-1.11...rel/commons-codec-1.17.1)
    
    ---
    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 cd19928d03..473bda79e8 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.11</version>
+      <version>1.17.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index e351ab95db..3d560fd9f2 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.16.0</version>
+      <version>1.17.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 280a3fdd71..b7a470b42f 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.16.0</version>
+      <version>1.17.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 9f33c68445..dc2401863f 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.16.0</version>
+      <version>1.17.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 70bafe7596..9fc12e7ba3 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.16.0</version>
+      <version>1.17.1</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 1293480f0d..7c55bde361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
 
     <!-- Apache Commons -->
     <version.commons-cli>1.8.0</version.commons-cli>
-    <version.commons-codec>1.16.0</version.commons-codec>
+    <version.commons-codec>1.17.1</version.commons-codec>
     <version.commons-dbcp2>2.12.0</version.commons-dbcp2>
     <version.commons-discovery>0.5</version.commons-discovery>
     <version.commons-io>2.16.1</version.commons-io>

Reply via email to