Author: fanningpj
Date: Sun Sep  8 00:23:45 2024
New Revision: 1920512

URL: http://svn.apache.org/viewvc?rev=1920512&view=rev
Log:
log4j 2.24.0

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/osgi/pom.xml

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1920512&r1=1920511&r2=1920512&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Sep  8 00:23:45 2024
@@ -124,7 +124,7 @@ subprojects {
         commonsIoVersion = '2.16.1'
         commonsMathVersion = '3.6.1'
         junitVersion = '5.11.0'
-        log4jVersion = '2.23.1'
+        log4jVersion = '2.24.0'
         mockitoVersion = '4.11.0'
         hamcrestVersion = '3.0'
         xmlbeansVersion = '5.2.1'

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1920512&r1=1920511&r2=1920512&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Sep  8 00:23:45 2024
@@ -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.16.1" 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.23.1" usage="main"/>
+    <dependency prefix="main.log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.24.0" usage="main"/>
 
     <dependency prefix="main.junit-api" 
artifact="org.junit.jupiter:junit-jupiter-api:5.11.0" usage="main-tests"/>
     <dependency prefix="main.junit-jengine" 
artifact="org.junit.jupiter:junit-jupiter-engine:5.11.0" usage="main-tests"/>
@@ -288,7 +288,7 @@ under the License.
     <dependency prefix="main.byte-buddy" 
artifact="net.bytebuddy:byte-buddy:1.15.1" usage="main-tests"/>
     <dependency prefix="main.byte-buddy-agent" 
artifact="net.bytebuddy:byte-buddy-agent:1.15.1" 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.23.1" usage="main-tests"/>
+    <dependency prefix="main.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.24.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"/>
@@ -2582,9 +2582,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.23.1" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.23.1" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.log4j-slf4j18-impl" 
artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1" 
usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.24.0" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.24.0" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.log4j-slf4j18-impl" 
artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0" 
usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.saxon" 
artifact="net.sf.saxon:Saxon-HE:12.5" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.xmlresolver" 
artifact="org.xmlresolver:xmlresolver:4.2.0" usage="${spotbugs.lib}"/>
 

Modified: poi/trunk/osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1920512&r1=1920511&r2=1920512&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Sun Sep  8 00:23:45 2024
@@ -231,7 +231,7 @@
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>
-            <version>2.23.1</version>
+            <version>2.24.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to