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/18 13:23:20 UTC

[camel] branch camel-3.18.x updated: Upgrade Commons-text to version 1.10.0 (#8569)

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new c558ea1648c Upgrade Commons-text to version 1.10.0 (#8569)
c558ea1648c is described below

commit c558ea1648c3584efab91f00962a334effb7be35
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Oct 18 09:23:14 2022 -0400

    Upgrade Commons-text to version 1.10.0 (#8569)
    
    Co-authored-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d66cf403efb..4600693c106 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.0</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>
         <compress-lzf-version>1.1</compress-lzf-version>
         <consul-client-version>1.5.3</consul-client-version>