You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2022/04/15 06:02:39 UTC

[rocketmq-connect] branch master updated: Bump logback-core in /connectors/rocketmq-connect-http

This is an automated email from the ASF dual-hosted git repository.

yukon 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 a799619  Bump logback-core in /connectors/rocketmq-connect-http
a799619 is described below

commit a79961967e26d6a9922285a71d594a1e02882039
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 15 06:02:13 2022 +0000

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

diff --git a/connectors/rocketmq-connect-http/pom.xml b/connectors/rocketmq-connect-http/pom.xml
index d7e8a0d..8f6f7b2 100644
--- a/connectors/rocketmq-connect-http/pom.xml
+++ b/connectors/rocketmq-connect-http/pom.xml
@@ -13,7 +13,7 @@
         <maven.compiler.source>8</maven.compiler.source>
         <maven.compiler.target>8</maven.compiler.target>
         <slf4j.version>1.7.7</slf4j.version>
-        <logback.version>1.2.0</logback.version>
+        <logback.version>1.2.9</logback.version>
         <gson.version>2.9.0</gson.version>
         <junit.version>4.13.1</junit.version>
         <assertj.version>2.6.0</assertj.version>