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 12:07:39 UTC

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


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

commit 178e8de664bed018c339108f168ae4ae4989b3b6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 6 13:07:32 2020 +0100

    ZOOKEEPER-3638: Update Jetty to 9.4.24.v20191120
    
    Author: Colm O hEigeartaigh <co...@apache.org>
    
    Reviewers: eolivelli@apache.org, andor@apache.org
    
    Closes #1165 from coheigea/ZOOKEEPER-3638
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8d8570..41cbd62 100755
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,7 @@
     <hamcrest.version>1.3</hamcrest.version>
     <commons-cli.version>1.2</commons-cli.version>
     <netty.version>4.1.42.Final</netty.version>
-    <jetty.version>9.4.18.v20190429</jetty.version>
+    <jetty.version>9.4.24.v20191120</jetty.version>
     <jackson.version>2.9.10.1</jackson.version>
     <json.version>1.1.1</json.version>
     <jline.version>2.11</jline.version>