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
commit 9031e0dea5397887c5e0a7a1b9f11915e12fd1d2 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 15 12:35:34 2023 +0100 CAMEL-19054 - Camel-Fastjson: Switch to 2.x Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0a45d37623d..d67c34c3ca4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -153,7 +153,7 @@ <elytron-web>1.10.2.Final</elytron-web> <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version> <facebook4j-core-version>2.4.13</facebook4j-core-version> - <fastjson-version>1.2.83</fastjson-version> + <fastjson-version>2.0.23</fastjson-version> <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version> <google-maps-services-version>0.10.1</google-maps-services-version> <flatpack-version>4.0.5</flatpack-version>
