You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by an...@apache.org on 2020/01/06 18:15:57 UTC

[zookeeper] branch branch-3.5 updated: ZOOKEEPER-3638: Update Jetty to 9.4.24.v20191120

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

andor pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 59337e7  ZOOKEEPER-3638: Update Jetty to 9.4.24.v20191120
59337e7 is described below

commit 59337e7ec8ab67fecf7cfc1b8c5b76397c02bfd6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 6 19:15:50 2020 +0100

    ZOOKEEPER-3638: Update Jetty to 9.4.24.v20191120
    
    Author: Colm O hEigeartaigh <coheigeaapache.org>
    
    Reviewers: eolivelliapache.org, andorapache.org
    
    Closes #1165 from coheigea/ZOOKEEPER-3638
    
    (cherry picked from commit 178e8de664bed018c339108f168ae4ae4989b3b6)
    Signed-off-by: Andor Molnar <andorapache.org>
    
    Author: Colm O hEigeartaigh <co...@apache.org>
    
    Reviewers: andor@apache.org
    
    Closes #1201 from coheigea/ZOOKEEPER-3638
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ab1268..5bea928 100755
--- a/pom.xml
+++ b/pom.xml
@@ -277,7 +277,7 @@
     <mockito.version>2.27.0</mockito.version>
     <hamcrest.version>1.3</hamcrest.version>
     <commons-cli.version>1.2</commons-cli.version>
-    <jetty.version>9.4.17.v20190418</jetty.version>
+    <jetty.version>9.4.24.v20191120</jetty.version>
     <netty.version>4.1.42.Final</netty.version>
     <jackson.version>2.9.10.1</jackson.version>
     <json.version>1.1.1</json.version>