You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2020/09/24 09:09:12 UTC

[zeppelin] branch branch-0.9 updated: [ZEPPELIN-5059] Update jetty to 9.4.31.v20200723

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

pdallig 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 4fcc6c1  [ZEPPELIN-5059] Update jetty to 9.4.31.v20200723
4fcc6c1 is described below

commit 4fcc6c1f00444fa62686522a825ab56f684ee74c
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Tue Sep 22 10:19:06 2020 +0200

    [ZEPPELIN-5059] Update jetty to 9.4.31.v20200723
    
    ### What is this PR for?
    Update jetty to 9.4.31.v20200723 to get the latest security fixes.
    
    ### What type of PR is it?
    - Improvement
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5059
    
    ### How should this be tested?
    * Travis-CI: https://travis-ci.org/github/Reamer/zeppelin/builds/729239479
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Philipp Dallig <ph...@gmail.com>
    
    Closes #3919 from Reamer/update_jetty and squashes the following commits:
    
    f570cab56 [Philipp Dallig] Update jetty to 9.4.31.v20200723
    
    (cherry picked from commit bbf94fb006307eed89b62727c14f67d54e7ee0e1)
    Signed-off-by: Philipp Dallig <ph...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a78b7b7..fc1a3a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,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.27.v20200227</jetty.version>
+    <jetty.version>9.4.31.v20200723</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>