You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by gi...@apache.org on 2022/10/26 12:46:55 UTC

[directory-scimple] 01/01: Bump version.slf4j from 1.7.36 to 2.0.3

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

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

commit ce66ba5a4413dc7e328343461b598de7e661e72e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 26 12:46:48 2022 +0000

    Bump version.slf4j from 1.7.36 to 2.0.3
    
    Bumps `version.slf4j` from 1.7.36 to 2.0.3.
    
    Updates `jul-to-slf4j` from 1.7.36 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.3)
    
    Updates `slf4j-api` from 1.7.36 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.3)
    
    Updates `jcl-over-slf4j` from 1.7.36 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.3)
    
    Updates `slf4j-simple` from 1.7.36 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:jul-to-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-api
      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-simple
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 26c72728..0ccf7804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <version.lombok>1.18.24</version.lombok>
     <version.lombok.plugin>1.18.20.0</version.lombok.plugin>
     <version.restfuse>1.2.0</version.restfuse>
-    <version.slf4j>1.7.36</version.slf4j>
+    <version.slf4j>2.0.3</version.slf4j>
     <version.antlr4>4.11.1</version.antlr4>
     <version.resteasy>6.1.0.Final</version.resteasy>