You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/07/23 20:21:39 UTC

[knox] 01/09: KNOX-1940 - Upgrade commons-text to 1.7

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

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

commit 1b3e3dfc62cf5211238a4de5b5e241a3f0836c24
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Jul 23 12:44:04 2019 -0400

    KNOX-1940 - Upgrade commons-text to 1.7
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ec7396..18f6e2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <commons-io.version>2.6</commons-io.version>
         <commons-lang3.version>3.9</commons-lang3.version>
         <commons-net.version>3.6</commons-net.version>
-        <commons-text.version>1.6</commons-text.version>
+        <commons-text.version>1.7</commons-text.version>
         <cors-filter.version>2.6</cors-filter.version>
         <curator.version>4.2.0</curator.version>
         <curator-test.version>2.13.0</curator-test.version>