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-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new da1fd83 Bump slf4j.version from 2.0.13 to 2.0.16
da1fd83 is described below
commit da1fd8369cbe1575f542d6456ce5ac626cd2bba4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 12 04:33:04 2024 +0000
Bump slf4j.version from 2.0.13 to 2.0.16
Bumps `slf4j.version` from 2.0.13 to 2.0.16.
Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.16
Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.16
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
dependency-type: direct:development
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 77abe73..1ab2d12 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.13</version>
+ <version>2.0.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 22028f1..0c18f64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<opennlp.tools.version>2.4.0</opennlp.tools.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>
- <slf4j.version>2.0.13</slf4j.version>
+ <slf4j.version>2.0.16</slf4j.version>
<log4j2.version>2.23.1</log4j2.version>
<uimaj.version>3.4.1</uimaj.version>