You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/04/01 14:40:58 UTC

[dubbo] branch 2.6.x updated: upgrade fastjson to 1.2.67 (#5915)

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

liujun pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new e778d5a  upgrade fastjson to 1.2.67 (#5915)
e778d5a is described below

commit e778d5ad3a37400cb77e632f67a7d7f9eee0689f
Author: 祁晓波 <qi...@gmail.com>
AuthorDate: Wed Apr 1 22:40:43 2020 +0800

    upgrade fastjson to 1.2.67 (#5915)
    
    https://github.com/alibaba/fastjson/releases/tag/1.2.67
    
    https://security.tencent.com/ti/update_detail/lSFmGiR1zjBZV6o4XNObXhGEXhcKt8CW
---
 dependencies-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 811e5f1..39f45ec 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -94,7 +94,7 @@
         <mina_version>1.1.7</mina_version>
         <grizzly_version>2.1.4</grizzly_version>
         <httpclient_version>4.5.3</httpclient_version>
-        <fastjson_version>1.2.60</fastjson_version>
+        <fastjson_version>1.2.67</fastjson_version>
         <zookeeper_version>3.4.9</zookeeper_version>
         <zkclient_version>0.2</zkclient_version>
         <curator_version>2.12.0</curator_version>