You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/07 09:14:50 UTC

[maven] 01/01: [MNG-7441] Update version of loback

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

cstamas pushed a commit to branch MNG-7441-update-logback
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 6ff1ce20469f0210b78905ea045f936da73c58f3
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Apr 7 11:13:08 2022 +0200

    [MNG-7441] Update version of loback
    
    This issue is fluke, as logback is actually optional
    dependency, but still, to cut reports like these from
    root, let's do this update.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3936cd3f..e155d79e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@ under the License.
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.11</version>
         <optional>true</optional>
       </dependency>
       <!--  Wagon -->