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/04/11 11:26:42 UTC

[rocketmq-connect] branch master updated: Bump logback-core in /connectors/rocketmq-connect-jms (#63)

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 37f1d56  Bump logback-core in /connectors/rocketmq-connect-jms (#63)
37f1d56 is described below

commit 37f1d56917aab822efb8348d7d3d5c6c27a9faed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 11 19:26:38 2022 +0800

    Bump logback-core in /connectors/rocketmq-connect-jms (#63)
    
    Bumps logback-core from 1.0.13 to 1.2.9.
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-core
      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 8317877..32b71b5 100644
--- a/connectors/rocketmq-connect-jms/pom.xml
+++ b/connectors/rocketmq-connect-jms/pom.xml
@@ -183,7 +183,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
-            <version>1.0.13</version>
+            <version>1.2.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.rocketmq</groupId>