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

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


The following commit(s) were added to refs/heads/master by this push:
     new 771c907  [ZEPPELIN-5683] further update commons-compress dependency 
(#4319)
771c907 is described below

commit 771c9076082949d5bcd904a83407b5c2ba529b1e
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Wed Mar 23 11:41:57 2022 +0100

    [ZEPPELIN-5683] further update commons-compress dependency (#4319)
---
 zeppelin-plugins/launcher/docker/pom.xml | 2 +-
 zeppelin-zengine/pom.xml                 | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/zeppelin-plugins/launcher/docker/pom.xml 
b/zeppelin-plugins/launcher/docker/pom.xml
index b7bedbc..5adec5e 100644
--- a/zeppelin-plugins/launcher/docker/pom.xml
+++ b/zeppelin-plugins/launcher/docker/pom.xml
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.14</version>
+      <version>${commons.compress.version}</version>
     </dependency>
     <dependency>
       <groupId>org.powermock</groupId>
diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml
index 515e7ac..da50c7e 100644
--- a/zeppelin-zengine/pom.xml
+++ b/zeppelin-zengine/pom.xml
@@ -182,6 +182,10 @@
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-utils</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-compress</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -253,7 +257,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.5</version>
+      <version>${commons.compress.version}</version>
     </dependency>
 
   </dependencies>

Reply via email to