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:20:28 UTC

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

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 bf6f832  Bump fastjson from 1.2.80 to 1.2.83 in /connectors/rocketmq-connect-jms (#166)
bf6f832 is described below

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

    Bump fastjson from 1.2.80 to 1.2.83 in /connectors/rocketmq-connect-jms (#166)
    
    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-connect-jms/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/rocketmq-connect-jms/pom.xml b/connectors/rocketmq-connect-jms/pom.xml
index b80b330..44c7257 100644
--- a/connectors/rocketmq-connect-jms/pom.xml
+++ b/connectors/rocketmq-connect-jms/pom.xml
@@ -168,7 +168,7 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>fastjson</artifactId>
-            <version>1.2.80</version>
+            <version>1.2.83</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>