You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/05/17 06:58:33 UTC

[maven-release] branch master updated: Bump slf4j-simple from 1.7.5 to 1.7.36

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

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


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

commit 14c8a230f9e87ccd8fcfc20c7bd2bbfe1dc6ba91
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 17 06:10:20 2022 +0000

    Bump slf4j-simple from 1.7.5 to 1.7.36
    
    Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.5 to 1.7.36.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.5...v_1.7.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      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 96c3b20c..8014230c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-simple</artifactId>
-        <version>1.7.5</version>
+        <version>1.7.36</version>
         <scope>test</scope>
       </dependency>