You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/09/16 15:34:27 UTC

[aries-cdi] branch master updated: Bump slf4j.version from 1.7.31 to 1.7.32

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


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

commit 07d14773af9ea51cbd55b67b1fadac8d2106e811
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 13 21:35:33 2021 +0000

    Bump slf4j.version from 1.7.31 to 1.7.32
    
    Bumps `slf4j.version` from 1.7.31 to 1.7.32.
    
    Updates `log4j-over-slf4j` 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-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 `jcl-over-slf4j` 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:log4j-over-slf4j
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:jcl-over-slf4j
      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 cafe9a2..59a0d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
 		<mp.metrics.version>1.1.1</mp.metrics.version>
 		<osgi.test.version>1.0.0</osgi.test.version>
 		<owb.version>2.0.23</owb.version>
-		<slf4j.version>1.7.31</slf4j.version>
+		<slf4j.version>1.7.32</slf4j.version>
 		<surefire.version>2.12</surefire.version>
 		<weld.version>3.1.8.Final</weld.version>
 	</properties>