You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2019/01/11 02:30:31 UTC

[hbase] branch branch-2.1 updated: HBASE-21282 Upgrade to latest jetty 9.2 and 9.3 versions

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

elserj pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 579edf6  HBASE-21282 Upgrade to latest jetty 9.2 and 9.3 versions
579edf6 is described below

commit 579edf668fc2919959b12d42a7536c8d732db591
Author: Josh Elser <el...@apache.org>
AuthorDate: Tue Oct 9 13:34:57 2018 -0400

    HBASE-21282 Upgrade to latest jetty 9.2 and 9.3 versions
    
    Signed-off-by: stack <st...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a3d8a1..53065f2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1428,8 +1428,8 @@
     <metrics-core.version>3.2.1</metrics-core.version>
     <jackson.version>2.9.2</jackson.version>
     <jaxb-api.version>2.2.12</jaxb-api.version>
-    <jetty.version>9.3.19.v20170502</jetty.version>
-    <jetty-jsp.version>9.2.19.v20160908</jetty-jsp.version>
+    <jetty.version>9.3.25.v20180904</jetty.version>
+    <jetty-jsp.version>9.2.26.v20180806</jetty-jsp.version>
     <servlet.api.version>3.1.0</servlet.api.version>
     <wx.rs.api.version>2.0.1</wx.rs.api.version>
     <!-- Jersey 2.26 requires jetty 9.4 which breaks hadoop. Tread lightly. -->