You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/11/29 13:19:14 UTC

[hbase-thirdparty] branch master updated: HBASE-26501 [hbase-thirdparty] Bump jetty version to 9.4.44.v20210927 (#61)

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

zhangduo 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 e5df97d  HBASE-26501 [hbase-thirdparty] Bump jetty version to 9.4.44.v20210927 (#61)
e5df97d is described below

commit e5df97d82ebede47742755c0b723c65ebe00a642
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Nov 29 21:19:06 2021 +0800

    HBASE-26501 [hbase-thirdparty] Bump jetty version to 9.4.44.v20210927 (#61)
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01de0ae..eab99d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
     <commons-collections.version>4.4</commons-collections.version>
     <error_prone_annotations.version>2.7.1</error_prone_annotations.version>
     <gson.version>2.8.9</gson.version>
-    <jetty.version>9.4.41.v20210516</jetty.version>
+    <jetty.version>9.4.44.v20210927</jetty.version>
     <servlet-api.version>3.1.0</servlet-api.version>
     <jersey.version>2.35</jersey.version>
     <jakarta.inject.version>2.6.1</jakarta.inject.version>