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 11:22:25 UTC

[hbase-thirdparty] branch master updated: HBASE-26506 [hbase-thirdparty] Bump jersey version to 2.35 (#64)

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 329ef81  HBASE-26506 [hbase-thirdparty] Bump jersey version to 2.35 (#64)
329ef81 is described below

commit 329ef816365f2b1e939bd28422e747b37ee2d53e
Author: GeorryHuang <21...@qq.com>
AuthorDate: Mon Nov 29 19:21:45 2021 +0800

    HBASE-26506 [hbase-thirdparty] Bump jersey version to 2.35 (#64)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33fbf37..01de0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
     <gson.version>2.8.9</gson.version>
     <jetty.version>9.4.41.v20210516</jetty.version>
     <servlet-api.version>3.1.0</servlet-api.version>
-    <jersey.version>2.32</jersey.version>
+    <jersey.version>2.35</jersey.version>
     <jakarta.inject.version>2.6.1</jakarta.inject.version>
     <jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version>
     <jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>