You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2020/03/25 03:15:48 UTC

[dubbo] branch master updated: upgrade fastjson to 1.2.67 (#5914)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70f7216  upgrade fastjson to 1.2.67 (#5914)
70f7216 is described below

commit 70f72165f41c80c67e5a774e61e54765d8701914
Author: 祁晓波 <qi...@gmail.com>
AuthorDate: Wed Mar 25 11:15:30 2020 +0800

    upgrade fastjson to 1.2.67 (#5914)
---
 dubbo-dependencies-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 30ffb92..188dcd9 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -97,7 +97,7 @@
         <grizzly_version>2.1.4</grizzly_version>
         <httpclient_version>4.5.3</httpclient_version>
         <httpcore_version>4.4.6</httpcore_version>
-        <fastjson_version>1.2.60</fastjson_version>
+        <fastjson_version>1.2.67</fastjson_version>
         <zookeeper_version>3.4.13</zookeeper_version>
         <curator_version>4.0.1</curator_version>
         <curator_test_version>2.12.0</curator_test_version>