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/06/12 19:46:34 UTC

[hbase] branch branch-2.1 updated: HBASE-22568 Upgrade jackson (2.9.9) and jetty (9.3.27) minor 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 b961439  HBASE-22568 Upgrade jackson (2.9.9) and jetty (9.3.27) minor versions
b961439 is described below

commit b96143902d472ac7d20cee293b6458cc15ec6b0f
Author: Josh Elser <el...@apache.org>
AuthorDate: Mon Jun 10 13:47:02 2019 -0400

    HBASE-22568 Upgrade jackson (2.9.9) and jetty (9.3.27) minor versions
    
    Cherry-pick from HBASE-22560
    
    Signed-off-by: Wellington Chevreuil <wc...@apache.org>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 099d420..e16c69c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1386,10 +1386,10 @@
     <httpclient.version>4.5.3</httpclient.version>
     <httpcore.version>4.4.6</httpcore.version>
     <metrics-core.version>3.2.6</metrics-core.version>
-    <jackson.version>2.9.2</jackson.version>
+    <jackson.version>2.9.9</jackson.version>
     <jaxb-api.version>2.2.12</jaxb-api.version>
-    <jetty.version>9.3.25.v20180904</jetty.version>
-    <jetty-jsp.version>9.2.26.v20180806</jetty-jsp.version>
+    <jetty.version>9.3.27.v20190418</jetty.version>
+    <jetty-jsp.version>9.2.28.v20190418</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. -->