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:34:38 UTC

[rocketmq-connect] branch master updated: Bump logback-classic in /connectors/rocketmq-connect-activemq (#81)

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 58a2b1d  Bump logback-classic in /connectors/rocketmq-connect-activemq (#81)
58a2b1d is described below

commit 58a2b1dd304e19eca0f06efdbcd05ead5ca27117
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 11 19:34:34 2022 +0800

    Bump logback-classic in /connectors/rocketmq-connect-activemq (#81)
    
    Bumps logback-classic from 1.0.13 to 1.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      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-activemq/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/rocketmq-connect-activemq/pom.xml b/connectors/rocketmq-connect-activemq/pom.xml
index 89160c8..3d78cc9 100644
--- a/connectors/rocketmq-connect-activemq/pom.xml
+++ b/connectors/rocketmq-connect-activemq/pom.xml
@@ -179,7 +179,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.0.13</version>
+            <version>1.2.0</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>