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

[hbase-thirdparty] 01/01: HBASE-26506 [hbase-thirdparty] Bump jersey version to 2.35

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

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

commit a082d48daad4268e62e605bf8a17501c745d6a3e
Author: GeorryHuang <21...@qq.com>
AuthorDate: Mon Nov 29 18:04:03 2021 +0800

    HBASE-26506 [hbase-thirdparty] Bump jersey version to 2.35
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 14b01e2..df38d5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
     <gson.version>2.8.5</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>