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

mawiesne 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 63c288bf Bump slf4j.version from 2.0.17 to 2.0.18 (#474)
63c288bf is described below

commit 63c288bfc540a4b47b332c096a506bba02a7526b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 08:58:40 2026 +0200

    Bump slf4j.version from 2.0.17 to 2.0.18 (#474)
---
 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 107bdce6..be5152bf 100644
--- a/opennlp-dl/pom.xml
+++ b/opennlp-dl/pom.xml
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>2.0.17</version>
+      <version>2.0.18</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index d31d7e51..8961dc09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
         <commons-logging.version>1.3.6</commons-logging.version>
         <commons-math3.version>3.6.1</commons-math3.version>
 
-        <slf4j.version>2.0.17</slf4j.version>
+        <slf4j.version>2.0.18</slf4j.version>
         <log4j2.version>2.26.0</log4j2.version>
 
         <uimaj.version>3.6.1</uimaj.version>

Reply via email to