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
commit be1eedc24a9c1ddc2c52cf9b7514e29d581892fd Author: Lari Hotari <[email protected]> AuthorDate: Mon Jun 21 08:54:07 2021 +0300 [Security] Upgrade vertx to 3.9.8 to address CVE-2019-17640 (#10889) (cherry picked from commit bce9144fb3c6c444d441dcf5527450ab4caed0f0) --- distribution/server/src/assemble/LICENSE.bin.txt | 9 +++++---- pom.xml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index cc44004..6408cf7 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -503,10 +503,11 @@ The Apache Software License, Version 2.0 * JCTools - Java Concurrency Tools for the JVM - org.jctools-jctools-core-2.1.2.jar * Vertx - - io.vertx-vertx-auth-common-3.5.4.jar - - io.vertx-vertx-bridge-common-3.5.4.jar - - io.vertx-vertx-core-3.5.4.jar - - io.vertx-vertx-web-3.5.4.jar + - io.vertx-vertx-auth-common-3.9.8.jar + - io.vertx-vertx-bridge-common-3.9.8.jar + - io.vertx-vertx-core-3.9.8.jar + - io.vertx-vertx-web-3.9.8.jar + - io.vertx-vertx-web-common-3.9.8.jar * Apache ZooKeeper - org.apache.zookeeper-zookeeper-3.6.3.jar - org.apache.zookeeper-zookeeper-jute-3.6.3.jar diff --git a/pom.xml b/pom.xml index 833f3f9..a38204f 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ flexible messaging model and an intuitive client API.</description> <jersey.version>2.34</jersey.version> <athenz.version>1.10.9</athenz.version> <prometheus.version>0.5.0</prometheus.version> - <vertx.version>3.5.4</vertx.version> + <vertx.version>3.9.8</vertx.version> <rocksdb.version>6.10.2</rocksdb.version> <slf4j.version>1.7.25</slf4j.version> <commons.collections.version>3.2.2</commons.collections.version>
