You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by sh...@apache.org on 2022/12/21 07:23:33 UTC

[rocketmq-eventbridge] branch main updated: fix:change the fastjson version to 1.2.76.

This is an automated email from the ASF dual-hosted git repository.

shenlin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


The following commit(s) were added to refs/heads/main by this push:
     new 493cbbf  fix:change the fastjson version to 1.2.76.
493cbbf is described below

commit 493cbbf2a8cb9053d6180d87035afc2d400137f4
Author: 2011shenlin <20...@gmail.com>
AuthorDate: Wed Dec 21 15:18:47 2022 +0800

    fix:change the fastjson version to 1.2.76.
---
 pom.xml       | 2 +-
 start/pom.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 932cf12..9245802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
         <apache.commons-text.version>1.10.0</apache.commons-text.version>
         <mockito.version>2.13.0</mockito.version>
         <caffeine.version>2.9.3</caffeine.version>
-        <fastjson.version>2.0.2</fastjson.version>
+        <fastjson.version>1.2.76</fastjson.version>
         <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
         <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
     </properties>
diff --git a/start/pom.xml b/start/pom.xml
index 55fabd1..c498c08 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -69,6 +69,10 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-validation</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>fastjson</artifactId>
+        </dependency>
     </dependencies>
 
     <build>