You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2021/10/20 06:42:00 UTC

[ranger] branch master updated: RANGER-3471 : Upgrade Jetty-client, commons-compress, poi-ooxml jar

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

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


The following commit(s) were added to refs/heads/master by this push:
     new efe1bcd  RANGER-3471 : Upgrade Jetty-client, commons-compress, poi-ooxml jar
efe1bcd is described below

commit efe1bcd5a350ecf32b855a86d6c4e1e60677b2d3
Author: mateenmansoori <ma...@gmail.com>
AuthorDate: Fri Oct 8 17:29:03 2021 +0530

    RANGER-3471 : Upgrade Jetty-client, commons-compress, poi-ooxml jar
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ac0219b..c40458e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <commons.cli.version>1.2</commons.cli.version>
         <commons.codec.version>1.12</commons.codec.version>
         <commons.collections.version>3.2.2</commons.collections.version>
-        <commons.compress.version>1.8.1</commons.compress.version>
+        <commons.compress.version>1.21</commons.compress.version>
         <commons.configuration1.version>1.10</commons.configuration1.version>
         <commons.configuration.version>2.1.1</commons.configuration.version>
         <commons.dbcp.version>1.4</commons.dbcp.version>
@@ -148,7 +148,7 @@
         <jersey-spring.version>1.19.3</jersey-spring.version>
         <jaxb-impl.version>2.3.3</jaxb-impl.version>
         <jettison.version>1.1</jettison.version>
-        <jetty-client.version>9.4.31.v20200723</jetty-client.version>
+        <jetty-client.version>9.4.44.v20210927</jetty-client.version>
         <jline.version>0.9.94</jline.version>
         <jopt-simple.version>3.2</jopt-simple.version>
         <json4s.version>3.2.11</json4s.version>
@@ -175,7 +175,7 @@
         <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version>
         <paranamer.version>2.3</paranamer.version>
         <presto.version>333</presto.version>
-        <poi.version>4.1.2</poi.version>
+        <poi.version>5.0.0</poi.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <protobuf-java.version>2.5.0</protobuf-java.version>
         <scala.version>2.12.10</scala.version>