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:50 UTC

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

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 950675a  Bump fastjson in /connectors/aliyun/rocketmq-connect-dingtalk (#172)
950675a is described below

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

    Bump fastjson in /connectors/aliyun/rocketmq-connect-dingtalk (#172)
    
    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-dingtalk/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/aliyun/rocketmq-connect-dingtalk/pom.xml b/connectors/aliyun/rocketmq-connect-dingtalk/pom.xml
index ff831d3..afe3c58 100644
--- a/connectors/aliyun/rocketmq-connect-dingtalk/pom.xml
+++ b/connectors/aliyun/rocketmq-connect-dingtalk/pom.xml
@@ -20,7 +20,7 @@
         <mockito.version>4.0.0</mockito.version>
         <openmessaging-connector.version>0.1.2</openmessaging-connector.version>
         <okhttp.version>3.9.1</okhttp.version>
-        <fastjson.version>1.2.62</fastjson.version>
+        <fastjson.version>1.2.83</fastjson.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>