You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/06/17 06:23:32 UTC

[rocketmq-connect] branch master updated: Bump fastjson from 1.2.80 to 1.2.83 in /connectors/rocketmq-replicator (#171)

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

zhoubo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git


The following commit(s) were added to refs/heads/master by this push:
     new b2eb426  Bump fastjson from 1.2.80 to 1.2.83 in /connectors/rocketmq-replicator (#171)
b2eb426 is described below

commit b2eb426a9d853b11ca90a23f4c5bfd1a25781889
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 17 14:23:26 2022 +0800

    Bump fastjson from 1.2.80 to 1.2.83 in /connectors/rocketmq-replicator (#171)
    
    Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.80 to 1.2.83.
    - [Release notes](https://github.com/alibaba/fastjson/releases)
    - [Commits](https://github.com/alibaba/fastjson/compare/1.2.80...1.2.83)
    
    ---
    updated-dependencies:
    - dependency-name: com.alibaba:fastjson
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 connectors/rocketmq-replicator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/rocketmq-replicator/pom.xml b/connectors/rocketmq-replicator/pom.xml
index b6f8b2c..8d76224 100644
--- a/connectors/rocketmq-replicator/pom.xml
+++ b/connectors/rocketmq-replicator/pom.xml
@@ -74,7 +74,7 @@
         <assertj.version>2.6.0</assertj.version>
         <slf4j.version>1.7.7</slf4j.version>
         <logback.version>1.2.9</logback.version>
-        <fastjson.version>1.2.80</fastjson.version>
+        <fastjson.version>1.2.83</fastjson.version>
         <joor.version>0.9.6</joor.version>
     </properties>