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 14:01:57 UTC

[hbase] branch branch-2.4 updated: HBASE-27748 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 branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new b0b03732d3a HBASE-27748 Bump jettison from 1.5.2 to 1.5.4 (#5136)
b0b03732d3a is described below

commit b0b03732d3a5e5f3d6b92c5c49434fe3bb5f07d7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 24 21:54:23 2023 +0800

    HBASE-27748 Bump jettison from 1.5.2 to 1.5.4 (#5136)
    
    Bumps [jettison](https://github.com/jettison-json/jettison) from 1.5.2 to 1.5.4.
    - [Release notes](https://github.com/jettison-json/jettison/releases)
    - [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.2...jettison-1.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.jettison:jettison
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Duo Zhang <zh...@apache.org>
    (cherry picked from commit 735fb4338876b8d7da9dcad7383bdf1fc9c90c87)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92dc6b50cdf..4dcf818e7cf 100755
--- a/pom.xml
+++ b/pom.xml
@@ -594,7 +594,7 @@
     <slf4j.version>1.7.33</slf4j.version>
     <clover.version>4.0.3</clover.version>
     <jamon-runtime.version>2.4.1</jamon-runtime.version>
-    <jettison.version>1.5.2</jettison.version>
+    <jettison.version>1.5.4</jettison.version>
     <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
     <joni.version>2.1.31</joni.version>
     <jcodings.version>1.0.55</jcodings.version>