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

lidongdai pushed a commit to branch 1.3.7-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.7-prepare by this push:
     new 1d9ff6a  [Improvement][common] Upgrade the version of fastjson from 
1.2.61 to 1.2.75 (#5707)
1d9ff6a is described below

commit 1d9ff6afadd673547542e951f676b623ba70d942
Author: JinyLeeChina <[email protected]>
AuthorDate: Mon Jun 28 13:55:33 2021 +0800

    [Improvement][common] Upgrade the version of fastjson from 1.2.61 to 1.2.75 
(#5707)
    
    * upgrate fastjson
    
    * modify license
    
    Co-authored-by: JinyLeeChina <[email protected]>
---
 dolphinscheduler-dist/release-docs/LICENSE | 2 +-
 pom.xml                                    | 2 +-
 tools/dependencies/known-dependencies.txt  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dolphinscheduler-dist/release-docs/LICENSE 
b/dolphinscheduler-dist/release-docs/LICENSE
index 771aec8..8157349 100644
--- a/dolphinscheduler-dist/release-docs/LICENSE
+++ b/dolphinscheduler-dist/release-docs/LICENSE
@@ -253,7 +253,7 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
     datanucleus-rdbms 4.1.7: 
https://mvnrepository.com/artifact/org.datanucleus/datanucleus-rdbms/4.1.7, 
Apache 2.0
     derby 10.14.2.0: https://github.com/apache/derby, Apache 2.0
     druid 1.1.14: https://mvnrepository.com/artifact/com.alibaba/druid/1.1.14, 
Apache 2.0
-    fastjson 1.2.61: 
https://mvnrepository.com/artifact/com.alibaba/fastjson/1.2.61, Apache 2.0
+    fastjson 1.2.75: 
https://mvnrepository.com/artifact/com.alibaba/fastjson/1.2.75, Apache 2.0
     grpc-java 1.32.1: https://github.com/grpc/grpc-java, Apache 2.0
     gson 2.8.6: https://github.com/google/gson, Apache 2.0
     guava 20.0: 
https://mvnrepository.com/artifact/com.google.guava/guava/20.0, Apache 2.0
diff --git a/pom.xml b/pom.xml
index c49cd46..c5ada2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
         <mybatis-plus.version>3.2.0</mybatis-plus.version>
         <mybatis.spring.version>2.0.1</mybatis.spring.version>
         <cron.utils.version>5.0.5</cron.utils.version>
-        <fastjson.version>1.2.61</fastjson.version>
+        <fastjson.version>1.2.75</fastjson.version>
         <druid.version>1.1.14</druid.version>
         <h2.version>1.4.200</h2.version>
         <commons.codec.version>1.6</commons.codec.version>
diff --git a/tools/dependencies/known-dependencies.txt 
b/tools/dependencies/known-dependencies.txt
index 7843c33..9028357 100755
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -52,7 +52,7 @@ datanucleus-core-4.1.6.jar
 datanucleus-rdbms-4.1.7.jar
 derby-10.14.2.0.jar
 druid-1.1.14.jar
-fastjson-1.2.61.jar
+fastjson-1.2.75.jar
 gson-2.8.6.jar
 guava-20.0.jar
 guice-3.0.jar

Reply via email to