You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2023/01/19 22:22:12 UTC

[maven] branch MNG-7670 created (now a1a47f92c)

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

slachiewicz pushed a change to branch MNG-7670
in repository https://gitbox.apache.org/repos/asf/maven.git


      at a1a47f92c [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.4.5

This branch includes the following new commits:

     new a1a47f92c [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.4.5

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-7670] Upgrade optional dependency logback from 1.2.11 to 1.4.5

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MNG-7670
in repository https://gitbox.apache.org/repos/asf/maven.git

commit a1a47f92ca7a4476c7c2ca0a1ffa7a5c8d291502
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jan 19 22:21:54 2023 +0000

    [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.4.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2ff347dfa..aece46650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@ under the License.
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.2.11</version>
+        <version>1.4.5</version>
         <optional>true</optional>
       </dependency>
       <!--  Wagon -->