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 3d4516720 [MNG-7488] Upgrade SLF4J to 1.7.36 3d4516720 is described below commit 3d451672030376f3d956b2462abc1c1de881afa8 Author: Michael Osipov <micha...@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 b9bf636fb..2726421d2 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ under the License. <modelloVersion>2.0.0</modelloVersion> <jxpathVersion>1.3</jxpathVersion> <resolverVersion>1.8.0</resolverVersion> - <slf4jVersion>1.7.32</slf4jVersion> + <slf4jVersion>1.7.36</slf4jVersion> <xmlunitVersion>2.6.4</xmlunitVersion> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <!-- Control the name of the distribution and information output by mvn -->