You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/10/15 11:48:22 UTC

[rocketmq] branch master updated: fix(remoting) upgrade fastjson to 1.2.61

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

duhengforever 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 ed94087  fix(remoting) upgrade fastjson to 1.2.61
ed94087 is described below

commit ed94087a7b7e63b7a9a3503206a7d5851a677e02
Author: Heng Du <du...@apache.org>
AuthorDate: Tue Oct 15 19:48:11 2019 +0800

    fix(remoting) upgrade fastjson to 1.2.61
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 697a1d3..0f9c311 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,7 @@
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>fastjson</artifactId>
-                <version>1.2.51</version>
+                <version>1.2.61</version>
             </dependency>
             <dependency>
                 <groupId>org.javassist</groupId>