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/04/19 13:25:34 UTC

[pulsar] branch master updated: [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 master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ce0bcc  [Security] Upgrade vertx to 3.9.7, addresses CVE-2018-12541 (#10261)
0ce0bcc is described below

commit 0ce0bcccb21d32a0bf6bb5643fb23b5e09fa1895
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 ae14f21..e29aa6c 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -508,10 +508,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.6.2.jar
   * Snappy Java
diff --git a/pom.xml b/pom.xml
index ac23280..e2379c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,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>