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

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


The following commit(s) were added to refs/heads/master by this push:
     new db9191e  Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.13 (#23)
db9191e is described below

commit db9191e73224e2e0186cdaf56a7058f848da778f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 23 08:41:52 2024 +0200

    Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.13 (#23)
    
    * Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.13
    
    Bumps org.slf4j:slf4j-api 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
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * switches dependency 'log4j-slf4j-impl' to 'log4j-slf4j2-impl'
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martin Wiesner <[email protected]>
---
 japanese-addon/pom.xml   | 2 +-
 morfologik-addon/pom.xml | 2 +-
 pom.xml                  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/japanese-addon/pom.xml b/japanese-addon/pom.xml
index aabb838..638af83 100644
--- a/japanese-addon/pom.xml
+++ b/japanese-addon/pom.xml
@@ -66,7 +66,7 @@
     
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-slf4j-impl</artifactId>
+      <artifactId>log4j-slf4j2-impl</artifactId>
     </dependency>
   </dependencies>
 
diff --git a/morfologik-addon/pom.xml b/morfologik-addon/pom.xml
index ddda4a6..7fb45eb 100644
--- a/morfologik-addon/pom.xml
+++ b/morfologik-addon/pom.xml
@@ -80,7 +80,7 @@
 
                <dependency>
                        <groupId>org.apache.logging.log4j</groupId>
-                       <artifactId>log4j-slf4j-impl</artifactId>
+                       <artifactId>log4j-slf4j2-impl</artifactId>
                </dependency>
        </dependencies>
 
diff --git a/pom.xml b/pom.xml
index 3d14884..472730a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <opennlp.tools.version>2.3.4-SNAPSHOT</opennlp.tools.version>
         <opennlp.forkCount>1.0C</opennlp.forkCount>
 
-        <slf4j.version>1.7.36</slf4j.version>
+        <slf4j.version>2.0.13</slf4j.version>
         <log4j2.version>2.20.0</log4j2.version>
 
         <junit.version>5.10.3</junit.version>
@@ -196,7 +196,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
-                <artifactId>log4j-slf4j-impl</artifactId>
+                <artifactId>log4j-slf4j2-impl</artifactId>
                 <version>${log4j2.version}</version>
                 <scope>test</scope>
             </dependency>

Reply via email to