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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/main by this push:
     new 731cc485 OPENNLP-1577 - Bump slf4j.version from 1.7.36 to 2.0.13 (#616)
731cc485 is described below

commit 731cc485dba8f7f8b3d7a916231cbc3dde076079
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 18 14:03:04 2024 +0200

    OPENNLP-1577 - Bump slf4j.version from 1.7.36 to 2.0.13 (#616)
    
    * Bump slf4j.version from 1.7.36 to 2.0.13
    
    Bumps `slf4j.version` from 1.7.36 to 2.0.13.
    
    Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.13
    
    Updates `org.slf4j:slf4j-simple` from 1.7.36 to 2.0.13
    
    ---
    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
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Adjust log4j2 for slf4j2 usage
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Richard Zowalla <[email protected]>
---
 opennlp-distr/pom.xml | 2 +-
 pom.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 5ecbb46b..72898c7f 100644
--- a/opennlp-distr/pom.xml
+++ b/opennlp-distr/pom.xml
@@ -61,7 +61,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.logging.log4j</groupId>
-                       <artifactId>log4j-slf4j-impl</artifactId>
+                       <artifactId>log4j-slf4j2-impl</artifactId>
                        <version>${log4j2.version}</version>
                        <scope>runtime</scope>
                </dependency>
diff --git a/pom.xml b/pom.xml
index 5a485ebd..e28ae07e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
                <morfologik.version>2.1.9</morfologik.version>
                <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
                <onnxruntime.version>1.18.0</onnxruntime.version>
-               <slf4j.version>1.7.36</slf4j.version>
+               <slf4j.version>2.0.13</slf4j.version>
                <log4j2.version>2.23.1</log4j2.version>
                <jmh.version>1.37</jmh.version>
                <classgraph.version>4.8.173</classgraph.version>

Reply via email to