You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/31 07:31:48 UTC

[maven-mvnd] branch master updated: Upgrade Slf4j to version 1.7.35 (#591)

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new 087a6d7  Upgrade Slf4j to version 1.7.35 (#591)
087a6d7 is described below

commit 087a6d74a5e5058c6f4e9b0ddcf307dfd4d2d7b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 31 08:31:40 2022 +0100

    Upgrade Slf4j to version 1.7.35 (#591)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c29651..9515863 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <logback.version>1.2.10</logback.version>
         <maven.version>3.8.4</maven.version>
         <maven.resolver.version>1.7.2</maven.resolver.version>
-        <slf4j.version>1.7.32</slf4j.version>
+        <slf4j.version>1.7.35</slf4j.version>
 
         <!-- plugin versions a..z -->
         <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>