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:47:07 UTC

[directory-scimple] branch dependabot/maven/version.slf4j-2.0.1 updated (83c7e252 -> a48edd5f)

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.1
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git


    omit 83c7e252 Bump version.slf4j from 1.7.36 to 2.0.1
     add 7a8f28ec Update to ANTLR 4.11.1
     add 52ccd60f Merge pull request #165 from apache/antlr-4111
     new a48edd5f Bump version.slf4j from 1.7.36 to 2.0.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (83c7e252)
            \
             N -- N -- N   refs/heads/dependabot/maven/version.slf4j-2.0.1 (a48edd5f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pom.xml                                                               | 4 ++--
 .../org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


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

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.1
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

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

    Bump version.slf4j from 1.7.36 to 2.0.1
    
    Bumps `version.slf4j` from 1.7.36 to 2.0.1.
    
    Updates `jul-to-slf4j` from 1.7.36 to 2.0.1
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1)
    
    Updates `slf4j-api` from 1.7.36 to 2.0.1
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1)
    
    Updates `jcl-over-slf4j` from 1.7.36 to 2.0.1
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1)
    
    Updates `slf4j-simple` from 1.7.36 to 2.0.1
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1)
    
    ---
    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>