This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.7 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 5945e32a46580c0e316019990be2f552665c78a9 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 1db072e..fa8f461 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -354,7 +354,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.6.jar * Netty - io.netty-netty-buffer-4.1.60.Final.jar diff --git a/pom.xml b/pom.xml index 3152daf..4aaff79 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ flexible messaging model and an intuitive client API.</description> <pulsar.protobuf.shaded.version>2.1.0-incubating</pulsar.protobuf.shaded.version> <!-- apache commons --> - <commons-compress.version>1.19</commons-compress.version> + <commons-compress.version>1.21</commons-compress.version> <bookkeeper.version>4.12.0</bookkeeper.version> <zookeeper.version>3.5.7</zookeeper.version> diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE index 71f785a..925f7b9 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.6.jar * Netty - netty-3.10.6.Final.jar
