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

penghui pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.8 by this push:
     new d413f29  [Security] Upgrade commons-compress to 1.21 (#11345)
d413f29 is described below

commit d413f296dc1964373e8bf055eaf7946e00d3323e
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jul 19 20:23:23 2021 +0300

    [Security] Upgrade commons-compress to 1.21 (#11345)
    
    - addresses CVE-2021-35515, CVE-2021-35516, CVE-2021-35517
      and CVE-2021-36090
    
    (cherry picked from commit 73404bf227d53cb3cf96349f88c3fc831427828b)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
 pom.xml                                          | 2 +-
 pulsar-sql/presto-distribution/LICENSE           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 4c3cc85..36f3e78 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -349,7 +349,7 @@ The Apache Software License, Version 2.0
     - commons-lang-commons-lang-2.6.jar
     - commons-logging-commons-logging-1.1.1.jar
     - org.apache.commons-commons-collections4-4.1.jar
-    - org.apache.commons-commons-compress-1.19.jar
+    - org.apache.commons-commons-compress-1.21.jar
     - org.apache.commons-commons-lang3-3.11.jar
  * Netty
     - io.netty-netty-buffer-4.1.66.Final.jar
diff --git a/pom.xml b/pom.xml
index d4686db..0d00453 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <narPluginPhase>package</narPluginPhase>
 
     <!-- apache commons -->
-    <commons-compress.version>1.19</commons-compress.version>
+    <commons-compress.version>1.21</commons-compress.version>
 
     <bookkeeper.version>4.14.1</bookkeeper.version>
     <zookeeper.version>3.6.3</zookeeper.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE 
b/pulsar-sql/presto-distribution/LICENSE
index 30187ce..863e724 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -229,7 +229,7 @@ The Apache Software License, Version 2.0
     - guice-multibindings-4.2.0.jar
  * Apache Commons
     - commons-math3-3.6.1.jar
-    - commons-compress-1.19.jar
+    - commons-compress-1.21.jar
     - commons-lang3-3.11.jar
  * Netty
     - netty-3.10.6.Final.jar

Reply via email to