You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/11/23 05:26:38 UTC

[camel] branch main updated: Upgrade jettison to 1.5.2 (#8761)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f469c2fc59 Upgrade jettison to 1.5.2 (#8761)
1f469c2fc59 is described below

commit 1f469c2fc598f8c9fc0b730b6454da3df72c069e
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Wed Nov 23 13:26:32 2022 +0800

    Upgrade jettison to 1.5.2 (#8761)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index a5f02397438..01567c3223d 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -319,7 +319,7 @@
     <jetcd-grpc-version>1.47.0</jetcd-grpc-version>
     <jetcd-guava-version>31.1-jre</jetcd-guava-version>
     <jetcd-version>0.7.3</jetcd-version>
-    <jettison-version>1.5.1</jettison-version>
+    <jettison-version>1.5.2</jettison-version>
     <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
     <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
     <jetty-version>${jetty9-version}</jetty-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 69351d31f0a..c111957f4c7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -307,7 +307,7 @@
         <jetty-version>${jetty9-version}</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
-        <jettison-version>1.5.1</jettison-version>
+        <jettison-version>1.5.2</jettison-version>
         <jgit-version>6.3.0.202209071007-r</jgit-version>
         <jgroups-version>4.2.17.Final</jgroups-version>
         <jgroups-raft-version>0.5.3.Final</jgroups-raft-version>