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 2019/03/31 10:20:31 UTC

[maven-resolver-ant-tasks] 05/11: [MRESOLVER-74] Upgrade SLF4J to 1.7.25

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-ant-tasks.git

commit d7f05b2328864be6e4c0919a6acd61fba0206c8e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 31 11:56:26 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 4b4adac..e6192de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
       <!-- This shuts off annoying warnings from slf4j-api -->
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-nop</artifactId>
-      <version>1.6.2</version>
+      <version>1.7.25</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>