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 efe6d1287b3 CAMEL-18632: Upgrade dependencies
efe6d1287b3 is described below

commit efe6d1287b3b164dfdd94792d93bede1e10088ba
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Oct 21 09:13:58 2022 +0200

    CAMEL-18632: 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 0bc83bba07c..8d1473a562d 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.10</commons-text-version>
+    <commons-text-version>1.10.0</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 f097f7d4c34..bb2d47f6c27 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.10</commons-text-version>
+        <commons-text-version>1.10.0</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>

Reply via email to