You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/08/16 06:57:33 UTC

[maven-shade-plugin] branch master updated: Bump slf4j.version from 1.7.31 to 1.7.32 (#113)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c13c9bb  Bump slf4j.version from 1.7.31 to 1.7.32 (#113)
c13c9bb is described below

commit c13c9bb1afeb9c6be8ca900c2bd0bb8cbdd2af3c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 16 16:57:26 2021 +1000

    Bump slf4j.version from 1.7.31 to 1.7.32 (#113)
    
    Bumps `slf4j.version` from 1.7.31 to 1.7.32.
    
    Updates `slf4j-api` from 1.7.31 to 1.7.32
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.31...v_1.7.32)
    
    Updates `slf4j-simple` from 1.7.31 to 1.7.32
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.31...v_1.7.32)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf5596d..9fa2679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <sisu.version>0.3.4</sisu.version>
     <currentVersion>${project.version}</currentVersion>
     <asmVersion>9.2</asmVersion>
-    <slf4j.version>1.7.31</slf4j.version>
+    <slf4j.version>1.7.32</slf4j.version>
     <project.build.outputTimestamp>2021-07-14T11:28:32Z</project.build.outputTimestamp>
   </properties>