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 2020/06/13 17:16:30 UTC

[maven-resolver] branch master updated: [MRESOLVER-117] Upgrade SLF4J to 1.7.30

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-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 1679d47  [MRESOLVER-117] Upgrade SLF4J to 1.7.30
1679d47 is described below

commit 1679d47cfed4c055a1b2de49cf00435c256c4ff2
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jun 13 19:14:58 2020 +0200

    [MRESOLVER-117] Upgrade SLF4J to 1.7.30
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c2c1503..d6a1afc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <maven.site.path>resolver-archives/resolver-LATEST</maven.site.path>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>
     <sisuVersion>0.3.3</sisuVersion>
-    <slf4jVersion>1.7.25</slf4jVersion>
+    <slf4jVersion>1.7.30</slf4jVersion>
     <project.build.outputTimestamp>2020-04-24T12:26:44Z</project.build.outputTimestamp>
   </properties>