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-addons.git


The following commit(s) were added to refs/heads/main by this push:
     new df5b1be  OPENNLP-1772: Update log4j2 to 2.25.2 (#103)
df5b1be is described below

commit df5b1be971a5d40c63f8ee37efa0bd6d6691994d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 09:43:17 2025 +0200

    OPENNLP-1772: Update log4j2 to 2.25.2 (#103)
    
    Bumps `log4j2.version` from 2.25.1 to 2.25.2.
    
    Updates `org.apache.logging.log4j:log4j-api` from 2.25.1 to 2.25.2
    
    Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2
    
    Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.1 to 2.25.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-api
      dependency-version: 2.25.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-version: 2.25.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - 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 8bf0cb6..d1557fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <opennlp.forkCount>1.0C</opennlp.forkCount>
 
         <slf4j.version>2.0.17</slf4j.version>
-        <log4j2.version>2.25.1</log4j2.version>
+        <log4j2.version>2.25.2</log4j2.version>
 
         <junit.version>5.13.3</junit.version>
 

Reply via email to