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/26 08:01:13 UTC

[camel-k-runtime] 01/01: Update commons text to version 1.9

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

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 268cbd65f58a4cd841041aff97c4a4811881f8b4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jul 26 10:01:07 2020 +0200

    Update commons text to version 1.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a9d162..0cca9f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
         <junit.version>5.6.2</junit.version>
         <joor.version>0.9.13</joor.version>
         <commons-lang.version>3.11</commons-lang.version>
-        <commons-text.version>1.8</commons-text.version>
+        <commons-text.version>1.9</commons-text.version>
         <commons-codec.version>1.14</commons-codec.version>
         <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
         <assertj.version>3.16.1</assertj.version>