You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/30 08:51:02 UTC

(camel) branch main updated: Upgrade Commons Text to version 1.11.0 (#11863)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e87c51bfabb Upgrade Commons Text to version 1.11.0 (#11863)
e87c51bfabb is described below

commit e87c51bfabb24ea56baf2f2673bbec1287ecd078
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 30 09:50:54 2023 +0100

    Upgrade Commons Text to version 1.11.0 (#11863)
    
    Signed-off-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 92ecbc9412f..7e9b8f17958 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -106,7 +106,7 @@
         <commons-math3-version>3.6.1</commons-math3-version>
         <commons-net-version>3.9.0</commons-net-version>
         <commons-pool2-version>2.12.0</commons-pool2-version>
-        <commons-text-version>1.10.0</commons-text-version>
+        <commons-text-version>1.11.0</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>
         <compress-lzf-version>1.1.2</compress-lzf-version>
         <consul-client-version>1.5.3</consul-client-version>