You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by gi...@apache.org on 2022/05/20 02:22:10 UTC

[archiva] branch archiva-2.x updated: Bump slf4j.version from 1.7.32 to 1.7.36

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

github-bot pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new e4ff56166 Bump slf4j.version from 1.7.32 to 1.7.36
e4ff56166 is described below

commit e4ff56166ef59e3012b7f48aa0598f3b0805a9e7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 17 22:33:35 2022 +0000

    Bump slf4j.version from 1.7.32 to 1.7.36
    
    Bumps `slf4j.version` from 1.7.32 to 1.7.36.
    
    Updates `slf4j-api` 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)
    
    Updates `jcl-over-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)
    
    Updates `slf4j-ext` 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)
    
    Updates `slf4j-jdk14` 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)
    
    Updates `slf4j-simple` 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)
    
    Updates `slf4j-log4j12` 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)
    
    Updates `jul-to-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-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-ext
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-jdk14
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-log4j12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:jul-to-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 09ab7b8d6..706bdda10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <redback.registry.version>2.4</redback.registry.version>
     <redback.spring-utils.version>2.1</redback.spring-utils.version>
     <redback.taskqueue.version>2.1</redback.taskqueue.version>
-    <slf4j.version>1.7.32</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <log4j.version>2.17.1</log4j.version>
 
     <spring.version>4.2.1.RELEASE</spring.version>