You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/03 11:51:20 UTC

[camel] branch main updated: Upgrade Fastjson to version 2.0.34

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

acosentino 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 eaa41a07985 Upgrade Fastjson to version 2.0.34
eaa41a07985 is described below

commit eaa41a07985dc54a56661865b3dd370de7452b5d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 3 12:54:30 2023 +0200

    Upgrade Fastjson to version 2.0.34
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 b96e763051a..6d24c6f876c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -131,7 +131,7 @@
         <elasticsearch-java-client-version>8.8.1</elasticsearch-java-client-version>
         <exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
-        <fastjson-version>2.0.33</fastjson-version>
+        <fastjson-version>2.0.34</fastjson-version>
         <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
         <flatpack-version>4.0.5</flatpack-version>
         <flink-version>1.17.1</flink-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 112ef3d6abf..a3b20a81ddc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -146,7 +146,7 @@
         <elytron-web>1.10.2.Final</elytron-web>
         <exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
-        <fastjson-version>2.0.33</fastjson-version>
+        <fastjson-version>2.0.34</fastjson-version>
         <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
         <google-maps-services-version>2.2.0</google-maps-services-version>
         <flatpack-version>4.0.5</flatpack-version>