You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/06/28 19:48:06 UTC

[camel] 02/02: Upgrade to commons-codec 1.16.0

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

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

commit cc795cc9527878ebf70e55c6b8afbc620e2f009d
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jun 28 21:14:13 2023 +0200

    Upgrade to commons-codec 1.16.0
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 3b99e9cd2b8..85982ef7a1f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -81,7 +81,7 @@
         <cometd-java-server-version>7.0.9</cometd-java-server-version>
         <commons-beanutils-version>1.9.4</commons-beanutils-version>
         <commons-cli-version>1.4</commons-cli-version>
-        <commons-codec-version>1.15</commons-codec-version>
+        <commons-codec-version>1.16.0</commons-codec-version>
         <commons-collections-version>3.2.2</commons-collections-version>
         <commons-collections4-version>4.4</commons-collections4-version>
         <commons-compress-version>1.21</commons-compress-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 08eee19757b..9e0f73ee010 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -90,7 +90,7 @@
         <cometd-java-client-version>7.0.9</cometd-java-client-version>
         <cometd-java-server-version>7.0.9</cometd-java-server-version>
         <commons-beanutils-version>1.9.4</commons-beanutils-version>
-        <commons-codec-version>1.15</commons-codec-version>
+        <commons-codec-version>1.16.0</commons-codec-version>
         <commons-collections-version>3.2.2</commons-collections-version>
         <commons-collections4-version>4.4</commons-collections4-version>
         <!-- Please check CAMEL-19229 before upgrading -->