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 10:54:55 UTC

[camel] 01/01: 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 fastjson
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 91a94252d1d489e18d5eb027ef48ee6e65a88973
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>