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 9e80fe8 Downgrade SLF4J to 1.7.30
9e80fe8 is described below
commit 9e80fe822da3d21b065709f86c5fbaaea4cc6405
Author: Michael Osipov <[email protected]>
AuthorDate: Tue Nov 16 20:55:02 2021 +0100
Downgrade SLF4J to 1.7.30
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 43bf6a8..e1ee1df 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.32</version>
+ <version>1.7.30</version>
<scope>runtime</scope>
</dependency>
<dependency>