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 07:37:22 UTC

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

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 1372311  Bump logback-core in /connectors/rocketmq-connect-jdbc (#55)
1372311 is described below

commit 13723118682664dea530903b223edd0654633eeb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 11 15:37:18 2022 +0800

    Bump logback-core in /connectors/rocketmq-connect-jdbc (#55)
    
    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-jdbc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/rocketmq-connect-jdbc/pom.xml b/connectors/rocketmq-connect-jdbc/pom.xml
index c6b556f..854b51a 100644
--- a/connectors/rocketmq-connect-jdbc/pom.xml
+++ b/connectors/rocketmq-connect-jdbc/pom.xml
@@ -225,7 +225,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>