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

commit 3f12757ab3b5776efe84f0f58fdbfae0b63cafe7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 23 12:28:17 2025 +0200

    OPENNLP-1751: Update log4j2 to 2.25.0 (#797)
    
    Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.3 to 2.25.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
      dependency-version: 2.25.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit b8b563f315f6ea87ecca38efbfb55d9a8fb50600)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 869aee1a..5fba5af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
                <morfologik.version>2.1.9</morfologik.version>
                <onnxruntime.version>1.22.0</onnxruntime.version>
                <slf4j.version>2.0.17</slf4j.version>
-               <log4j2.version>2.24.3</log4j2.version>
+               <log4j2.version>2.25.0</log4j2.version>
                <logcaptor.version>2.11.0</logcaptor.version>
                <classgraph.version>4.8.179</classgraph.version>
                <jmh.version>1.37</jmh.version>

Reply via email to