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 07:41:26 UTC

[maven] branch maven-3.8.x updated: [MNG-7441] Update version of loback (#708)

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

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


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

commit 6189b4810f726e29798fd76c27724e632c465318
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 8 09:41:21 2022 +0200

    [MNG-7441] Update version of loback (#708)
    
    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 -->