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/10/11 19:29:15 UTC

[knox] branch master updated: KNOX-2058 - Upgrade commons-compress to 1.19

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


The following commit(s) were added to refs/heads/master by this push:
     new 2cf99f4  KNOX-2058 - Upgrade commons-compress to 1.19
2cf99f4 is described below

commit 2cf99f412b7555e6d799e5994db8c6404ce029d4
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Oct 11 15:09:11 2019 -0400

    KNOX-2058 - Upgrade commons-compress to 1.19
    
    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 dfed9ba..2dbfc68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
         <commons-cli.version>1.4</commons-cli.version>
         <commons-codec.version>1.13</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
-        <commons-compress.version>1.18</commons-compress.version>
+        <commons-compress.version>1.19</commons-compress.version>
         <commons-configuration.version>1.10</commons-configuration.version>
         <commons-digester3.version>3.2</commons-digester3.version>
         <commons-io.version>2.6</commons-io.version>