You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by gi...@apache.org on 2023/06/24 21:35:43 UTC

[shiro] 01/01: Bump slf4j.version from 1.7.33 to 2.0.7

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

github-bot pushed a commit to branch dependabot/maven/slf4j.version-2.0.7
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit b4855305d63a2bc9d77d56aff38ea95a40544651
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jun 24 21:35:37 2023 +0000

    Bump slf4j.version from 1.7.33 to 2.0.7
    
    Bumps `slf4j.version` from 1.7.33 to 2.0.7.
    
    Updates `slf4j-api` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `slf4j-simple` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `jcl-over-slf4j` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `slf4j-jdk14` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    Updates `slf4j-log4j12` from 1.7.33 to 2.0.7
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-jdk14
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-log4j12
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 integration-tests/meecrowave-support/pom.xml | 2 +-
 pom.xml                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/meecrowave-support/pom.xml b/integration-tests/meecrowave-support/pom.xml
index 6bf19255e..797112295 100644
--- a/integration-tests/meecrowave-support/pom.xml
+++ b/integration-tests/meecrowave-support/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
-            <version>1.7.33</version>
+            <version>2.0.7</version>
             <scope>runtime</scope>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index e7ed35d50..bdc1d069e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <!-- Don't change this version without also changing the shiro-quartz and shiro-features
              modules' OSGi metadata: -->
         <quartz.version>2.3.2</quartz.version>
-        <slf4j.version>1.7.33</slf4j.version>
+        <slf4j.version>2.0.7</slf4j.version>
         <log4j.version>2.20.0</log4j.version>
         <spring.version>5.3.28</spring.version>
         <spring-boot.version>2.7.13</spring-boot.version>