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 2021/05/21 01:25:19 UTC

[rocketmq] branch develop updated: update fastjson version from 1.2.69 to 1.2.76

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 088dd29  update fastjson version from 1.2.69 to 1.2.76
     new 4d1b9cf  Merge pull request #2923 from nibiwodong/develop
088dd29 is described below

commit 088dd29364405621f9a2fbc1bc31aa44fb786b20
Author: baozhang <zh...@cestc.cn>
AuthorDate: Thu May 20 17:29:42 2021 +0800

    update fastjson version from 1.2.69 to 1.2.76
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 634a0fb..39f3685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -542,7 +542,7 @@
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>fastjson</artifactId>
-                <version>1.2.69</version>
+                <version>1.2.76</version>
             </dependency>
             <dependency>
                 <groupId>org.javassist</groupId>