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 2020/07/27 05:38:06 UTC

[camel] 01/02: Upgrade Commons text to version 1.9

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

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

commit adb05bec7326be5688d383fcd552ea8955229b52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 27 07:25:24 2020 +0200

    Upgrade Commons text to version 1.9
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8846b5c..cab4f20 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,7 +127,7 @@
         <commons-net-version>3.6</commons-net-version>
         <commons-pool-version>1.6</commons-pool-version>
         <commons-pool2-version>2.8.0</commons-pool2-version>
-        <commons-text-version>1.8</commons-text-version>
+        <commons-text-version>1.9</commons-text-version>
         <commons-validator-version>1.4.1</commons-validator-version>
         <compress-lzf-version>1.0.4</compress-lzf-version>
         <conscrypt-uber-version>2.2.1</conscrypt-uber-version>