This is an automated email from the ASF dual-hosted git repository.
alexott pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new baad5e9 [ZEPPELIN-4733] Upgrade jetty 9.4.18.v20190429 to
9.4.27.v20200227
baad5e9 is described below
commit baad5e93908fa11601328778bacd371dbe3c3a5b
Author: xuzhou <[email protected]>
AuthorDate: Tue Apr 7 21:07:53 2020 +0800
[ZEPPELIN-4733] Upgrade jetty 9.4.18.v20190429 to 9.4.27.v20200227
### What is this PR for?
jetty improvement eclipse/jetty.project#3892
### What type of PR is it?
Improvement
### Todos
* [ ] - Task
### What is the Jira issue?
* ZEPPELIN-4733
### How should this be tested?
* https://travis-ci.org/github/ChowXu/zeppelin/builds/672386044
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation?No
Author: xuzhou <[email protected]>
Closes #3725 from ChowXu/ZEPPELIN-4733 and squashes the following commits:
e6458782d [xuzhou] [ZEPPELIN-4733]Upgrade jetty 9.4.18.v20190429 to
9.4.27.v20200227
(cherry picked from commit aec62936ba17cead3e20db78abd249091f5e09d1)
Signed-off-by: Alex Ott <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index da60968..d88a2da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<libthrift.version>0.13.0</libthrift.version>
<gson.version>2.2</gson.version>
<gson-extras.version>0.2.1</gson-extras.version>
- <jetty.version>9.4.18.v20190429</jetty.version>
+ <jetty.version>9.4.27.v20200227</jetty.version>
<httpcomponents.core.version>4.4.1</httpcomponents.core.version>
<httpcomponents.client.version>4.5.1</httpcomponents.client.version>
<httpcomponents.asyncclient.version>4.0.2</httpcomponents.asyncclient.version>