This is an automated email from the ASF dual-hosted git repository.
michaelo 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 d862fdd [MNG-6993] Upgrade SLF4J to 1.7.30
d862fdd is described below
commit d862fdd8418f5c27090776f43a14b6cecd3f2f99
Author: Slawomir Jaranowski <[email protected]>
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 dcdd856..06b9d5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
<modelloVersion>1.11</modelloVersion>
<jxpathVersion>1.3</jxpathVersion>
<resolverVersion>1.6.3</resolverVersion>
- <slf4jVersion>1.7.29</slf4jVersion>
+ <slf4jVersion>1.7.30</slf4jVersion>
<xmlunitVersion>2.2.1</xmlunitVersion>
<powermockVersion>1.7.4</powermockVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>