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/06/23 18:42:02 UTC

[knox] 03/10: KNOX-1900 - Upgrade commons-lang3 to 3.9

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 4169e5506a98c56e151f59f2e272e71a6585fde9
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Sun Jun 23 11:57:15 2019 -0400

    KNOX-1900 - Upgrade commons-lang3 to 3.9
    
    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 5dc2143..95d560a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
         <commons-configuration.version>1.10</commons-configuration.version>
         <commons-digester3.version>3.2</commons-digester3.version>
         <commons-io.version>2.6</commons-io.version>
-        <commons-lang3.version>3.8.1</commons-lang3.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>
         <cors-filter.version>2.6</cors-filter.version>