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:54 UTC

[directory-scimple] branch dependabot/maven/version.slf4j-2.0.3 created (now ce66ba5a)

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

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


      at ce66ba5a Bump version.slf4j from 1.7.36 to 2.0.3

This branch includes the following new commits:

     new ce66ba5a Bump version.slf4j from 1.7.36 to 2.0.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by gi...@apache.org.
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>