You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2018/11/02 08:58:32 UTC

[rocketmq] branch master updated: Update fastjson to the latest stable version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d434a3a  Update fastjson to the latest stable version
d434a3a is described below

commit d434a3afb39c0c0c20fcd663368b8d4a90c3fcd3
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Nov 2 16:58:23 2018 +0800

    Update fastjson to the latest stable version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f71cd4..8f6b7d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,7 +563,7 @@
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>fastjson</artifactId>
-                <version>1.2.29</version>
+                <version>1.2.51</version>
             </dependency>
             <dependency>
                 <groupId>org.javassist</groupId>