You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/10/04 20:15:57 UTC

[maven] branch master updated: [MNG-6993] Upgrade SLF4J to 1.7.30

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ecfff26  [MNG-6993] Upgrade SLF4J to 1.7.30
ecfff26 is described below

commit ecfff2626c719b916e37a685d5154cf2fa52b0ba
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Sep 30 22:35:49 2020 +0200

    [MNG-6993] Upgrade SLF4J to 1.7.30
    
    This closes #380
---
 .../licenses/{MIT-slf4j-api-1.7.29.txt => MIT-slf4j-api-1.7.30.txt}     | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.29.txt b/apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt
similarity index 94%
rename from apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.29.txt
rename to apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt
index 5a09409..ec8e110 100644
--- a/apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.29.txt
+++ b/apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt
@@ -1,4 +1,4 @@
-https://raw.githubusercontent.com/qos-ch/slf4j/v_1.7.29/LICENSE.txt
+https://raw.githubusercontent.com/qos-ch/slf4j/v_1.7.30/LICENSE.txt
 
 Copyright (c) 2004-2017 QOS.ch
 All rights reserved.
diff --git a/pom.xml b/pom.xml
index 313bda2..42ef185 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <resolverVersion>1.4.2</resolverVersion>
-    <slf4jVersion>1.7.29</slf4jVersion>
+    <slf4jVersion>1.7.30</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->