You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/17 19:42:15 UTC

[maven-verifier] branch master updated: Bump slf4j-simple from 1.7.32 to 1.7.36

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ebdc71  Bump slf4j-simple from 1.7.32 to 1.7.36
6ebdc71 is described below

commit 6ebdc718d398f1615e3fb14b5b8552ce67e6126b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 17 06:04:34 2022 +0000

    Bump slf4j-simple from 1.7.32 to 1.7.36
    
    Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.36.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 18d1fd7..1715a15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.7.32</version>
+      <version>1.7.36</version>
       <scope>test</scope>
     </dependency>
     <!-- required due to https://issues.apache.org/jira/browse/MNG-6561 -->