You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/03 07:33:09 UTC

[maven-mvnd] branch master updated: MISC: Upgrades logback to the newest version (#557)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 92b98ef  MISC: Upgrades logback to the newest version (#557)
92b98ef is described below

commit 92b98ef0fa83c281b345ba25b39d06f8b00620a1
Author: Korneliusz Rabczak <15...@users.noreply.github.com>
AuthorDate: Mon Jan 3 08:33:06 2022 +0100

    MISC: Upgrades logback to the newest version (#557)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ea55d2..0e8804a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <jansi.version>2.4.0</jansi.version>
         <jline.version>3.21.0</jline.version>
         <junit.jupiter.version>5.7.2</junit.jupiter.version>
-        <logback.version>1.2.3</logback.version>
+        <logback.version>1.2.10</logback.version>
         <maven.version>3.8.4</maven.version>
         <maven.resolver.version>1.7.2</maven.resolver.version>
         <slf4j.version>1.7.32</slf4j.version>