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 7ecdb3c  [MNG-7198] Upgrade SLF4J to 1.7.32
7ecdb3c is described below

commit 7ecdb3c970d71de3e48fe4de691388868ac03630
Author: Michael Osipov <micha...@apache.org>
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 750e63b..318141e 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.30</slf4jVersion>
+    <slf4jVersion>1.7.32</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <powermockVersion>1.7.4</powermockVersion>
     
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>

Reply via email to