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:24:23 UTC

[rocketmq-connect] branch master updated: Bump logback-core from 1.0.13 to 1.2.9 (#58)

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 dafd617  Bump logback-core from 1.0.13 to 1.2.9 (#58)
dafd617 is described below

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

    Bump logback-core from 1.0.13 to 1.2.9 (#58)
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bcd637d..e6bf3a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <fastjson.version>1.2.80</fastjson.version>
         <javalin.version>2.8.0</javalin.version>
         <slf4j.version>1.7.7</slf4j.version>
-        <logback.version>1.0.13</logback.version>
+        <logback.version>1.2.9</logback.version>
         <commons.cli.version>1.2</commons.cli.version>
         <reflections.version>0.9.12</reflections.version>
         <guava.version>22.0</guava.version>