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 97f621039e4f060b640fdf5691de90452de74d56 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 23 11:46:14 2021 +0200 Upgrade Fastjson to version 1.2.78 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index b53ddc0..17d9a1f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -169,7 +169,7 @@ <etcd4j-version>2.18.0</etcd4j-version> <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version> <facebook4j-core-version>2.4.13</facebook4j-core-version> - <fastjson-version>1.2.76</fastjson-version> + <fastjson-version>1.2.78</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>
