This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new 1282f8f0 [2.x]: OPENNLP-1817: Update log4j2 to 2.25.4 (#999)
1282f8f0 is described below
commit 1282f8f0a721b5cc712869855f8256eaa83085f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 09:00:29 2026 +0200
[2.x]: OPENNLP-1817: Update log4j2 to 2.25.4 (#999)
Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.3 to 2.25.4.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
dependency-version: 2.25.4
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 dae43d6a..b4b78c46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
<morfologik.version>2.1.9</morfologik.version>
<onnxruntime.version>1.24.3</onnxruntime.version>
<slf4j.version>2.0.17</slf4j.version>
- <log4j2.version>2.25.3</log4j2.version>
+ <log4j2.version>2.25.4</log4j2.version>
<logcaptor.version>2.12.6</logcaptor.version>
<classgraph.version>4.8.184</classgraph.version>
<jmh.version>1.37</jmh.version>