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 2022/06/17 14:59:19 UTC

[hbase-thirdparty] branch master updated: HBASE-26893 [hbase-thirdparty] Upgrade jackson to 2.13.3 (#82)

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 9e21d99  HBASE-26893 [hbase-thirdparty] Upgrade jackson to 2.13.3 (#82)
9e21d99 is described below

commit 9e21d99070fd7657b989c7b1b65b44ffc461b135
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Jun 17 22:59:15 2022 +0800

    HBASE-26893 [hbase-thirdparty] Upgrade jackson to 2.13.3 (#82)
    
    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 059e7aa..48048a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
     <jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>
     <jakarta.validation-api.version>2.0.2</jakarta.validation-api.version>
     <javassist.version>3.25.0-GA</javassist.version>
-    <jackson-jaxrs-json-provider.version>2.13.1</jackson-jaxrs-json-provider.version>
+    <jackson-jaxrs-json-provider.version>2.13.3</jackson-jaxrs-json-provider.version>
   </properties>
   <build>
     <pluginManagement>