You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/21 07:08:00 UTC

[camel] branch camel-3.14.x updated: Upgrade dependencies

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

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new f204b4ba2cc Upgrade dependencies
f204b4ba2cc is described below

commit f204b4ba2cc250045126f8286608575441d41fca
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Oct 21 09:07:46 2022 +0200

    Upgrade dependencies
---
 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 229a32b2377..13aa332c79e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -150,7 +150,7 @@
     <commons-math3-version>3.6.1</commons-math3-version>
     <commons-net-version>3.8.0</commons-net-version>
     <commons-pool2-version>2.11.1</commons-pool2-version>
-    <commons-text-version>1.9</commons-text-version>
+    <commons-text-version>1.10</commons-text-version>
     <commons-validator-version>1.7</commons-validator-version>
     <compiler.fork>true</compiler.fork>
     <compress-lzf-version>1.0.4</compress-lzf-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index efc4368d689..6c5d004890a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -133,7 +133,7 @@
         <commons-math3-version>3.6.1</commons-math3-version>
         <commons-net-version>3.8.0</commons-net-version>
         <commons-pool2-version>2.11.1</commons-pool2-version>
-        <commons-text-version>1.9</commons-text-version>
+        <commons-text-version>1.10</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>
         <compress-lzf-version>1.0.4</compress-lzf-version>
         <consul-client-version>1.4.2</consul-client-version>