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:05:58 UTC

[maven] branch maven-3.9.x 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 maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new 083423fd5 [MNG-7441] Update version of loback
083423fd5 is described below

commit 083423fd50bd5aecc5e1ecf4350a99f30d9acfb3
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 8 10:02:40 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 391131599..e1c0acfef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,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 -->