Repository: incubator-rocketmq Updated Branches: refs/heads/master 72897cb92 -> 797044192
[ROCKETMQ-143][HOTFIX] Update fastjson from 1.2.12 to 1.2.28 Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/79704419 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/79704419 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/79704419 Branch: refs/heads/master Commit: 79704419293819f3e20d7fe917c4836e5a69a9cf Parents: 72897cb Author: yukon <[email protected]> Authored: Wed Mar 15 11:23:56 2017 +0800 Committer: yukon <[email protected]> Committed: Wed Mar 15 11:28:26 2017 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/79704419/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8e3a9c8..84e6912 100644 --- a/pom.xml +++ b/pom.xml @@ -605,7 +605,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> - <version>1.2.12</version> + <version>1.2.28</version> </dependency> <dependency> <groupId>org.javassist</groupId>
