You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/05/13 07:46:24 UTC

[pulsar] 30/46: [Security] Upgrade vertx to 3.9.7, addresses CVE-2018-12541 (#10261)

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

eolivelli pushed a commit to branch 2.7.2_ds_tmp
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit ea5b676372f62ed2d2d456f6c29aee57823cbf88
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Mon Apr 19 16:25:07 2021 +0300

    [Security] Upgrade vertx to 3.9.7, addresses CVE-2018-12541 (#10261)
---
 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 6808141..6cb9273 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -509,10 +509,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.3.jar
-    - io.vertx-vertx-bridge-common-3.5.3.jar
-    - io.vertx-vertx-core-3.5.3.jar
-    - io.vertx-vertx-web-3.5.3.jar
+    - io.vertx-vertx-auth-common-3.9.7.jar
+    - io.vertx-vertx-bridge-common-3.9.7.jar
+    - io.vertx-vertx-core-3.9.7.jar
+    - io.vertx-vertx-web-3.9.7.jar
+    - io.vertx-vertx-web-common-3.9.7.jar
   * Apache ZooKeeper
     - org.apache.zookeeper-zookeeper-jute-3.5.7.jar
 
diff --git a/pom.xml b/pom.xml
index 348ef7a..d590f20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@ flexible messaging model and an intuitive client API.</description>
     <athenz.version>1.10.9</athenz.version>
     <prometheus.version>0.5.0</prometheus.version>
     <aspectj.version>1.9.2</aspectj.version>
-    <vertx.version>3.5.3</vertx.version>
+    <vertx.version>3.9.7</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>