You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2021/02/06 22:26:32 UTC

[hbase-thirdparty] branch master updated: HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218

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

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new c09ed3c  HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218
c09ed3c is described below

commit c09ed3c1994f8366e90de8abfce5a3217605e269
Author: Pankaj Kumar <pa...@apache.org>
AuthorDate: Fri Feb 5 21:27:53 2021 +0530

    HBASE-25552 Upgrade jetty jar to fix CVE-2020-27218
    
    closes #46
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef5af83..36fbf05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <commons-collections.version>4.4</commons-collections.version>
     <error_prone_annotations.version>2.3.4</error_prone_annotations.version>
     <gson.version>2.8.5</gson.version>
-    <jetty.version>9.4.34.v20201102</jetty.version>
+    <jetty.version>9.4.36.v20210114</jetty.version>
     <servlet-api.version>3.1.0</servlet-api.version>
     <jersey.version>2.32</jersey.version>
     <jakarta.inject.version>2.6.1</jakarta.inject.version>