You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wa...@apache.org on 2019/09/06 04:11:11 UTC

[dubbo] branch master updated: Security issue: upgrade fastjson version to 1.2.60 (#5018)

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

wangxin 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 087e8cc  Security issue: upgrade fastjson version to 1.2.60 (#5018)
087e8cc is described below

commit 087e8ccc9d8ad219849adb0337c53a60e8565198
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Fri Sep 6 12:11:03 2019 +0800

    Security issue: upgrade fastjson version to 1.2.60 (#5018)
---
 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 168678d..57eb4be 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.58</fastjson_version>
+        <fastjson_version>1.2.60</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>