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/11/05 13:29:04 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump slf4j-api from 1.7.30 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-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new c8f828d  Bump slf4j-api from 1.7.30 to 1.7.32
c8f828d is described below

commit c8f828d286f9edfb3ef05f2f6672c42dcddb6b56
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 5 09:09:33 2021 +0000

    Bump slf4j-api from 1.7.30 to 1.7.32
    
    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.32.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.30...v_1.7.32)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      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 c0fded2..1c49fd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <osgi.util.promise.version>1.1.1</osgi.util.promise.version>
         <osgi.test.version>1.0.1</osgi.test.version>
         <shiro.version>1.8.0</shiro.version>
-        <slf4j.version>1.7.30</slf4j.version>
+        <slf4j.version>1.7.32</slf4j.version>
         <spifly.extension.version>1.3.4</spifly.extension.version>
         <xmlunit.assertj3.version>2.8.2</xmlunit.assertj3.version>
     </properties>