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


The following commit(s) were added to refs/heads/master by this push:
     new 5c1ad2e  [MRESOLVER-222] Upgrade SLF4J to 1.7.32
5c1ad2e is described below

commit 5c1ad2eb1d67cc8f6a662d1c2a68d3b4b63ea96c
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Nov 16 20:41:20 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 9a6ccaa..77c847f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
       <!-- This shuts off annoying warnings from slf4j-api -->
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-nop</artifactId>
-      <version>1.7.25</version>
+      <version>1.7.32</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Reply via email to