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 2022/05/30 20:49:38 UTC

[maven] branch maven-3.8.x updated: [MNG-7488] Upgrade SLF4J to 1.7.36

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 afc0155a9 [MNG-7488] Upgrade SLF4J to 1.7.36
afc0155a9 is described below

commit afc0155a9aeb57027958ff9bac9bcd2ae928a38d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 30 22:49:06 2022 +0200

    [MNG-7488] Upgrade SLF4J to 1.7.36
---
 .../licenses/{MIT-slf4j-api-1.7.32.txt => MIT-slf4j-api-1.7.36.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.32.txt b/apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.36.txt
similarity index 100%
rename from apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.32.txt
rename to apache-maven/src/main/appended-resources/licenses/MIT-slf4j-api-1.7.36.txt
diff --git a/pom.xml b/pom.xml
index e155d79e8..6a41809b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <resolverVersion>1.6.3</resolverVersion>
-    <slf4jVersion>1.7.32</slf4jVersion>
+    <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <powermockVersion>1.7.4</powermockVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>