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/08 08:07:17 UTC

[maven] branch master updated: [MNG-7441] Update version of loback

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new d14bb3b8d [MNG-7441] Update version of loback
d14bb3b8d is described below

commit d14bb3b8d34723cadd139bc4e5c3e3efdfbf68b8
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 8 10:06:56 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 7de5d47bc..4c2c09c74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,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 -->