You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by pi...@apache.org on 2022/05/24 08:49:42 UTC

[rocketmq-mqtt] branch main updated: Bump logback-classic from 1.1.5 to 1.2.9

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

pingww pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b8e213  Bump logback-classic from 1.1.5 to 1.2.9
     new 6060e1a  Merge pull request #100 from ChangingFond/update-logback
7b8e213 is described below

commit 7b8e2133bd8c1213d48db2dd69091d0bb93f2348
Author: ChangingFond <78...@qq.com>
AuthorDate: Fri May 20 21:18:44 2022 +0800

    Bump logback-classic from 1.1.5 to 1.2.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d444f27..087440a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>1.1.5</version>
+                <version>1.2.9</version>
             </dependency>
             <dependency>
                 <groupId>ch.qos.logback</groupId>