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

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


The following commit(s) were added to refs/heads/master by this push:
     new fabd4c7  Old Fastjson has a serious security problem (#3844)
fabd4c7 is described below

commit fabd4c707ba7e8545cbe7bd7473474ea6f79aabe
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed May 20 14:12:21 2020 +0200

    Old Fastjson has a serious security problem (#3844)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7e08595..db9cb3b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -166,7 +166,7 @@
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <fabric8-maven-plugin-version>4.4.0</fabric8-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>
-        <fastjson-version>1.2.62</fastjson-version>
+        <fastjson-version>1.2.68</fastjson-version>
         <felix-configadmin-version>1.8.8</felix-configadmin-version>
         <felix-connect-version>0.2.0</felix-connect-version>
         <felix-fileinstall-version>3.5.2</felix-fileinstall-version>

Reply via email to