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/04/24 09:44:48 UTC

[dubbo-admin] branch develop updated: update dependency version of fastjson (#589)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 27f85b4  update dependency version of fastjson (#589)
27f85b4 is described below

commit 27f85b4254e52434e988b34226f51f9be800d568
Author: chen chen <cz...@163.com>
AuthorDate: Fri Apr 24 17:44:39 2020 +0800

    update dependency version of fastjson (#589)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffeee72..449a404 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
 		<dubbo-version>2.7.3</dubbo-version>
 		<curator-version>2.12.0</curator-version>
 		<curator-test-version>4.1.0</curator-test-version>
-		<fastjson-version>1.2.46</fastjson-version>
+		<fastjson-version>1.2.67</fastjson-version>
 		<springfox-swagger-version>2.9.2</springfox-swagger-version>
 		<netty-version>4.1.42.Final</netty-version>
 		<jacoco-version>0.8.2</jacoco-version>