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:19:56 UTC

[rocketmq-connect] branch master updated: Bump fastjson in /connectors/aliyun/rocketmq-connect-fc (#163)

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 cf865a8  Bump fastjson in /connectors/aliyun/rocketmq-connect-fc (#163)
cf865a8 is described below

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

    Bump fastjson in /connectors/aliyun/rocketmq-connect-fc (#163)
    
    Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.62 to 1.2.83.
    - [Release notes](https://github.com/alibaba/fastjson/releases)
    - [Commits](https://github.com/alibaba/fastjson/compare/1.2.62...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/aliyun/rocketmq-connect-fc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/aliyun/rocketmq-connect-fc/pom.xml b/connectors/aliyun/rocketmq-connect-fc/pom.xml
index 9908092..5a6f4ca 100644
--- a/connectors/aliyun/rocketmq-connect-fc/pom.xml
+++ b/connectors/aliyun/rocketmq-connect-fc/pom.xml
@@ -18,7 +18,7 @@
         <assertj.version>2.6.0</assertj.version>
         <mockito.version>3.2.4</mockito.version>
         <openmessaging-connector.version>0.1.2</openmessaging-connector.version>
-        <fastjson.version>1.2.62</fastjson.version>
+        <fastjson.version>1.2.83</fastjson.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>
         <aliyun-java-sdk-fc.version>1.8.25</aliyun-java-sdk-fc.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>