Repository: incubator-rocketmq Updated Branches: refs/heads/develop e05a445b2 -> 6b7d206f0
[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/6b7d206f Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/6b7d206f Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/6b7d206f Branch: refs/heads/develop Commit: 6b7d206f09b928ea58fb3a62413a053f008b8c1c Parents: e05a445 Author: yukon <[email protected]> Authored: Wed Mar 15 11:23:56 2017 +0800 Committer: yukon <[email protected]> Committed: Wed Mar 15 16:48:47 2017 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/6b7d206f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da5ddaf..c276415 100644 --- a/pom.xml +++ b/pom.xml @@ -606,7 +606,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>
