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 2022/05/25 02:00:37 UTC

[rocketmq] branch develop updated: bump up fastjson version

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 5386a3c99 bump up fastjson version
5386a3c99 is described below

commit 5386a3c9966b8668328382fb45a0f6c16b271b21
Author: Heng Du <du...@apache.org>
AuthorDate: Wed May 25 10:00:21 2022 +0800

    bump up fastjson version
    
    bump up fastjson version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8535c0f0..3bbc8de4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,7 +548,7 @@
             <dependency>
                 <groupId>com.alibaba</groupId>
                 <artifactId>fastjson</artifactId>
-                <version>1.2.76</version>
+                <version>1.2.83</version>
             </dependency>
             <dependency>
                 <groupId>org.javassist</groupId>