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.git
The following commit(s) were added to refs/heads/main by this push:
new 65b1f8c3 OPENNLP-1772: Update log4j2 to 2.25.2 (#855)
65b1f8c3 is described below
commit 65b1f8c31b5fb0b861b4c4e47bb9b284d3c64039
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 09:36:46 2025 +0200
OPENNLP-1772: Update log4j2 to 2.25.2 (#855)
Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.1 to 2.25.2.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
dependency-version: 2.25.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 445e7ddb..95831893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>
<onnxruntime.version>1.23.0</onnxruntime.version>
<slf4j.version>2.0.17</slf4j.version>
- <log4j2.version>2.25.1</log4j2.version>
+ <log4j2.version>2.25.2</log4j2.version>
<logcaptor.version>2.12.1</logcaptor.version>
<classgraph.version>4.8.181</classgraph.version>
<jmh.version>1.37</jmh.version>