This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 2d4920e Update pom.xml
2d4920e is described below
commit 2d4920ec9a5d6e524ae65e6d973ee908ca40c333
Author: duheng <[email protected]>
AuthorDate: Fri Nov 2 21:16:23 2018 +0800
Update pom.xml
change fastjson to latest version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9378dac..0a8fef8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,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>