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:02:33 UTC

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


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

commit 6d9ac13f803bd97240aa0685706357d9af260a75
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 a1db0bfa385..ab2d1573e85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,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.43</joni.version>
     <jcodings.version>1.0.57</jcodings.version>