This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c3b0a61b14 log4j 2.26.0
c3b0a61b14 is described below

commit c3b0a61b14b5114f7ea287f09ee54caf0b1258fb
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 8 13:54:59 2026 +0100

    log4j 2.26.0
---
 build.gradle                                         |  2 +-
 build.xml                                            | 10 +++++-----
 osgi/pom.xml                                         |  2 +-
 src/documentation/content/xdocs/components/index.xml |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index 168a465f17..2aafafd3f1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -120,7 +120,7 @@ subprojects {
         commonsIoVersion = '2.21.0'
         commonsMathVersion = '3.6.1'
         junitVersion = '5.13.4'
-        log4jVersion = '2.25.4'
+        log4jVersion = '2.26.0'
         mockitoVersion = '5.23.0'
         hamcrestVersion = '3.0'
         xmlbeansVersion = '5.3.0'
diff --git a/build.xml b/build.xml
index e6c48e79ca..e9ad92115b 100644
--- a/build.xml
+++ b/build.xml
@@ -268,7 +268,7 @@ under the License.
     <dependency prefix="main.commons-math3" 
artifact="org.apache.commons:commons-math3:3.6.1" usage="main"/>
     <dependency prefix="main.commons-io" 
artifact="commons-io:commons-io:2.20.0" usage="main"/>
     <dependency prefix="main.com.zaxxer" 
artifact="com.zaxxer:SparseBitSet:1.3" usage="main"/>
-    <dependency prefix="main.log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.25.4" usage="main"/>
+    <dependency prefix="main.log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.26.0" usage="main"/>
 
     <dependency prefix="main.junit-api" 
artifact="org.junit.jupiter:junit-jupiter-api:5.13.4" usage="main-tests"/>
     <dependency prefix="main.junit-jengine" 
artifact="org.junit.jupiter:junit-jupiter-engine:5.13.4" usage="main-tests"/>
@@ -288,7 +288,7 @@ under the License.
     <dependency prefix="main.byte-buddy" 
artifact="net.bytebuddy:byte-buddy:1.17.5" usage="main-tests"/>
     <dependency prefix="main.byte-buddy-agent" 
artifact="net.bytebuddy:byte-buddy-agent:1.17.5" usage="main-tests"/>
     <dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" 
usage="main-tests"/>
-    <dependency prefix="main.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.25.4" usage="main-tests"/>
+    <dependency prefix="main.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.26.0" usage="main-tests"/>
     <dependency prefix="main.commons-logging" 
artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
 
     <dependency prefix="main.ant" artifact="org.apache.ant:ant:1.10.15" 
usage="excelant"/>
@@ -2597,9 +2597,9 @@ under the License.
         <dependency prefix="spotbugs.commons-logging" 
artifact="commons-logging:commons-logging:1.2" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.jcip-annotations" 
artifact="net.jcip:jcip-annotations:1.0" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.icu4j" artifact="com.ibm.icu:icu4j:68.2" 
usage="${spotbugs.lib}" target="icu4j-68.2.jar"/>
-        <dependency prefix="spotbugs.log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.25.4" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.25.4" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.log4j-slf4j18-impl" 
artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4" 
usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.26.0" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.26.0" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.log4j-slf4j18-impl" 
artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0" 
usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.saxon" 
artifact="net.sf.saxon:Saxon-HE:12.9" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.xmlresolver" 
artifact="org.xmlresolver:xmlresolver:5.2.2" usage="${spotbugs.lib}"/>
 
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 4c89fef5b3..c16dcdefe4 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -231,7 +231,7 @@
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>
-            <version>2.25.4</version>
+            <version>2.26.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/src/documentation/content/xdocs/components/index.xml 
b/src/documentation/content/xdocs/components/index.xml
index 961959a406..1d62512a0c 100644
--- a/src/documentation/content/xdocs/components/index.xml
+++ b/src/documentation/content/xdocs/components/index.xml
@@ -291,7 +291,7 @@
         </tr>
         <tr>
           <td>poi</td>
-          <td><a 
href="https://search.maven.org/#artifactdetails|org.apache.logging.log4j|log4j-api|2.25.4|jar">log4j
 2.x</a>,
+          <td><a 
href="https://search.maven.org/#artifactdetails|org.apache.logging.log4j|log4j-api|2.26.0|jar">log4j
 2.x</a>,
               <a 
href="https://search.maven.org/#artifactdetails|commons-codec|commons-codec|1.17.1|jar">commons-codec</a>,
               <a 
href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-collections4|4.4|jar">commons-collections</a>,
               <a 
href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-math3|3.6.1|jar">commons-math3</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to