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-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new ffa446a  Bump slf4j.version from 2.0.16 to 2.0.17
ffa446a is described below

commit ffa446ab74bdf74f0257ca4b20d9bc025f86999d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 3 04:14:02 2025 +0000

    Bump slf4j.version from 2.0.16 to 2.0.17
    
    Bumps `slf4j.version` from 2.0.16 to 2.0.17.
    
    Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17
    
    Updates `org.slf4j:log4j-over-slf4j` from 2.0.16 to 2.0.17
    
    Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:log4j-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 opennlp-dl/pom.xml | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opennlp-dl/pom.xml b/opennlp-dl/pom.xml
index 0e12faf..9941c21 100644
--- a/opennlp-dl/pom.xml
+++ b/opennlp-dl/pom.xml
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>2.0.16</version>
+      <version>2.0.17</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index d71009a..1bdcb20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         <opennlp.tools.version>2.5.3</opennlp.tools.version>
         <opennlp.forkCount>1.0C</opennlp.forkCount>
 
-        <slf4j.version>2.0.16</slf4j.version>
+        <slf4j.version>2.0.17</slf4j.version>
         <log4j2.version>2.24.3</log4j2.version>
 
         <uimaj.version>3.6.0</uimaj.version>

Reply via email to