Author: fanningpj
Date: Tue Nov 12 09:55:21 2024
New Revision: 1921861

URL: http://svn.apache.org/viewvc?rev=1921861&view=rev
Log:
revert log4j upgrades due to log4j issues

Modified:
    xmlbeans/trunk/LICENSE-binary.txt
    xmlbeans/trunk/build.gradle
    xmlbeans/trunk/build.xml
    xmlbeans/trunk/src/main/maven/org.apache.xmlbeans/xmlbeans/pom.xml
    xmlbeans/trunk/src/main/maven/plugin.xml

Modified: xmlbeans/trunk/LICENSE-binary.txt
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/LICENSE-binary.txt?rev=1921861&r1=1921860&r2=1921861&view=diff
==============================================================================
--- xmlbeans/trunk/LICENSE-binary.txt (original)
+++ xmlbeans/trunk/LICENSE-binary.txt Tue Nov 12 09:55:21 2024
@@ -211,7 +211,7 @@ org.apache.ant:ant-launcher:1.10.15
 org.apache.httpcomponents.client5:httpclient5:5.1.3
 org.apache.httpcomponents.client5:httpcore5:5.1.3
 org.apache.httpcomponents.client5:httpcore5-h2:5.1.3
-org.apache.logging.log4j:log4j-api:2.24.1
+org.apache.logging.log4j:log4j-api:2.23.1
 org.xmlresolver:xmlresolver:5.2.2
 org.xmlresolver:xmlresolver-data:5.2.2
 

Modified: xmlbeans/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1921861&r1=1921860&r2=1921861&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Tue Nov 12 09:55:21 2024
@@ -67,7 +67,7 @@ configurations {
 ext {
     antVersion = '1.10.15'
     javaparserVersion = '3.26.2'
-    log4jVersion = '2.24.1'
+    log4jVersion = '2.23.1'
     saxonVersion = '12.5'
     androidSdkMinimum = '26'
     jdkVersion = (project.properties['jdkVersion'] ?: '8') as int

Modified: xmlbeans/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1921861&r1=1921860&r2=1921861&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Tue Nov 12 09:55:21 2024
@@ -120,7 +120,7 @@
 
     <!-- dependencies -->
     <dependency prefix="xml-apis" artifact="xml-apis:xml-apis:1.4.01" 
usage="java8"/>
-    <dependency prefix="log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.24.1" usage="main"/>
+    <dependency prefix="log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.23.1" usage="main"/>
     <dependency prefix="saxon" artifact="net.sf.saxon:Saxon-HE:12.5" 
usage="main"/>
     <dependency prefix="ant" artifact="org.apache.ant:ant:1.10.15" 
usage="main"/>
     <dependency prefix="javaparser-core" 
artifact="com.github.javaparser:javaparser-core:3.26.2" usage="main"/>
@@ -140,7 +140,7 @@
 
     <!-- test dependencies -->
     <dependency prefix="junit" artifact="junit:junit:4.13.2" usage="tests"/>
-    <dependency prefix="log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.24.1" usage="tests"/>
+    <dependency prefix="log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.23.1" usage="tests"/>
     <dependency prefix="xmlresolver" 
artifact="org.xmlresolver:xmlresolver:5.2.5" usage="main"/>
     <dependency prefix="ant-junit" artifact="org.apache.ant:ant-junit:1.10.15" 
usage="tests"/>
     <dependency prefix="ant-junit4" 
artifact="org.apache.ant:ant-junit4:1.10.15" usage="tests"/>
@@ -928,9 +928,9 @@
         <dependency prefix="spotbugs.commons-text" 
artifact="org.apache.commons:commons-text:1.9" 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-63.1.jar"/>
-        <dependency prefix="spotbugs.log4j-api" 
artifact="org.apache.logging.log4j:log4j-api:2.24.1" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.log4j-core" 
artifact="org.apache.logging.log4j:log4j-core:2.24.1" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.log4j-slf4j18-impl" 
artifact="org.apache.logging.log4j:log4j-slf4j18-impl:2.24.1" 
usage="${spotbugs.lib}"/>
+        <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-slf4j18-impl:2.23.1" 
usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.saxon" 
artifact="net.sf.saxon:Saxon-HE:9.9.1-8" usage="${spotbugs.lib}"/>
 
         <mkdir dir="${basedir}${spotbugs.lib}/config"/>

Modified: xmlbeans/trunk/src/main/maven/org.apache.xmlbeans/xmlbeans/pom.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/maven/org.apache.xmlbeans/xmlbeans/pom.xml?rev=1921861&r1=1921860&r2=1921861&view=diff
==============================================================================
--- xmlbeans/trunk/src/main/maven/org.apache.xmlbeans/xmlbeans/pom.xml 
(original)
+++ xmlbeans/trunk/src/main/maven/org.apache.xmlbeans/xmlbeans/pom.xml Tue Nov 
12 09:55:21 2024
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-api</artifactId>
-            <version>2.24.1</version>
+            <version>2.23.1</version>
         </dependency>
         <dependency>
             <groupId>net.sf.saxon</groupId>

Modified: xmlbeans/trunk/src/main/maven/plugin.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/maven/plugin.xml?rev=1921861&r1=1921860&r2=1921861&view=diff
==============================================================================
--- xmlbeans/trunk/src/main/maven/plugin.xml (original)
+++ xmlbeans/trunk/src/main/maven/plugin.xml Tue Nov 12 09:55:21 2024
@@ -407,12 +407,12 @@
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-api</artifactId>
-            <version>2.24.1</version>
+            <version>2.23.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>
-            <version>2.24.1</version>
+            <version>2.23.1</version>
         </dependency>
         <dependency>
             <groupId>net.sf.saxon</groupId>



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

Reply via email to