This is an automated email from the ASF dual-hosted git repository.
mawiesne 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 44503c0 Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.13 (#139)
44503c0 is described below
commit 44503c009250b0545ab47e412b2fd02ef1defbda
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 6 11:35:55 2024 +0200
Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.13 (#139)
Bumps org.slf4j:slf4j-simple from 1.7.36 to 2.0.13.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
opennlp-dl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-dl/pom.xml b/opennlp-dl/pom.xml
index 9a1a89d..75680d6 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>1.7.36</version>
+ <version>2.0.13</version>
<scope>runtime</scope>
</dependency>
<dependency>