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 06bc508 [MNG-7198] Upgrade SLF4J to 1.7.32
06bc508 is described below
commit 06bc508727f644227ef4a52ab17b1ec6dcc7a213
Author: Michael Osipov <[email protected]>
AuthorDate: Tue Jul 27 14:58:11 2021 +0200
[MNG-7198] Upgrade SLF4J to 1.7.32
---
.../licenses/{MIT-slf4j-api-1.7.30.txt => MIT-slf4j-api-1.7.32.txt} | 0
pom.xml | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git
a/apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt
b/apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.32.txt
similarity index 100%
rename from
apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt
rename to
apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.32.txt
diff --git a/pom.xml b/pom.xml
index bd2d46f..51d1a8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ under the License.
<modelloVersion>1.11</modelloVersion>
<jxpathVersion>1.3</jxpathVersion>
<resolverVersion>1.7.1</resolverVersion>
- <slf4jVersion>1.7.30</slf4jVersion>
+ <slf4jVersion>1.7.32</slf4jVersion>
<xmlunitVersion>2.6.4</xmlunitVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<!-- Control the name of the distribution and information output by mvn -->