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:49 UTC

[maven] branch MNG-7441-update-logback created (now 6ff1ce204)

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

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


      at 6ff1ce204 [MNG-7441] Update version of loback

This branch includes the following new commits:

     new 6ff1ce204 [MNG-7441] Update version of loback

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by cs...@apache.org.
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 -->