This is an automated email from the ASF dual-hosted git repository.
iluo 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 214ec1f [Dubbo-4575] Upgrade to use fastjson 1.2.58 (#4579)
214ec1f is described below
commit 214ec1fe8f3219b082ae4bf1fec8016895064415
Author: Yuhao Bi <[email protected]>
AuthorDate: Tue Jul 16 16:04:37 2019 +0800
[Dubbo-4575] Upgrade to use fastjson 1.2.58 (#4579)
---
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 e2e5cbc..21e028f 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.46</fastjson_version>
+ <fastjson_version>1.2.58</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>