This is an automated email from the ASF dual-hosted git repository.
phunt 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 b253583 ZOOKEEPER-3312: Upgrade Jetty to 9.4.15.v20190215
b253583 is described below
commit b2535835439961c6ba24d8c0e1145635d06d7e5e
Author: Enrico Olivelli <eolivelli@apache.org>
AuthorDate: Thu Mar 14 08:45:02 2019 -0700
ZOOKEEPER-3312: Upgrade Jetty to 9.4.15.v20190215
Author: Enrico Olivelli <eolivelli@apache.org>
Reviewers: phunt@apache.org
Closes #852 from eolivelli/ZOOKEEPER-3312-jetty-9.4.15.v20190215
Change-Id: I312333d70805bd433332791bcf5a5ad58449a58c
---
build.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 1433737..38e5e0e 100644
--- a/build.xml
+++ b/build.xml
@@ -54,7 +54,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<property name="javacc.version" value="5.0"/>
- <property name="jetty.version" value="9.4.14.v20181114"/>
+ <property name="jetty.version" value="9.4.15.v20190215"/>
<property name="jackson.version" value="2.9.8"/>
<property name="dependency-check-ant.version" value="4.0.2"/>
diff --git a/pom.xml b/pom.xml
index 6125b22..0d0a054 100755
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
<hamcrest.version>1.3</hamcrest.version>
<commons-cli.version>1.2</commons-cli.version>
<netty.version>4.1.29.Final</netty.version>
- <jetty.version>9.4.14.v20181114</jetty.version>
+ <jetty.version>9.4.15.v20190215</jetty.version>
<jackson.version>2.9.8</jackson.version>
<json.version>1.1.1</json.version>
<jline.version>2.11</jline.version>
|