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 2023/03/24 13:55:30 UTC

[hbase] 01/02: Revert "Bump jettison from 1.5.2 to 1.5.4 (#5136)"

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.git

commit de91a8d83a920a788f632671f83b693a316962db
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Mar 24 21:54:53 2023 +0800

    Revert "Bump jettison from 1.5.2 to 1.5.4 (#5136)"
    
    This reverts commit 6cc61826462b6921077531d86616df9a31ec85d5.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1dd236d5955..b06df7e541a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -839,7 +839,7 @@
     <slf4j.version>1.7.30</slf4j.version>
     <clover.version>4.0.3</clover.version>
     <jamon-runtime.version>2.4.1</jamon-runtime.version>
-    <jettison.version>1.5.4</jettison.version>
+    <jettison.version>1.5.2</jettison.version>
     <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
     <joni.version>2.1.43</joni.version>
     <jcodings.version>1.0.57</jcodings.version>