You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2023/02/06 01:15:48 UTC

[zeppelin] branch master updated: Bump jettison from 1.4.0 to 1.5.2 (#4543)

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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new f30ea77acc Bump jettison from 1.4.0 to 1.5.2 (#4543)
f30ea77acc is described below

commit f30ea77accc921db3f06aadd5675f71140bc6da2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 10:15:38 2023 +0900

    Bump jettison from 1.4.0 to 1.5.2 (#4543)
    
    Bumps [jettison](https://github.com/jettison-json/jettison) from 1.4.0 to 1.5.2.
    - [Release notes](https://github.com/jettison-json/jettison/releases)
    - [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.4.0...jettison-1.5.2)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5247aef05..b972a2d6b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
     <hadoop-client-minicluster.artifact>hadoop-client</hadoop-client-minicluster.artifact>
 
     <quartz.scheduler.version>2.3.2</quartz.scheduler.version>
-    <jettison.version>1.4.0</jettison.version>
+    <jettison.version>1.5.2</jettison.version>
     <jsoup.version>1.13.1</jsoup.version>
     <protobuf.version>3.21.7</protobuf.version>
     <grpc.version>1.51.0</grpc.version>