Author: fanningpj
Date: Thu Nov 30 15:41:04 2023
New Revision: 1914236
URL: http://svn.apache.org/viewvc?rev=1914236&view=rev
Log:
saxon 12.4
Modified:
poi/trunk/build.gradle
poi/trunk/build.xml
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1914236&r1=1914235&r2=1914236&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Nov 30 15:41:04 2023
@@ -131,7 +131,7 @@ subprojects {
batikVersion = '1.17'
graphics2dVersion = '0.43'
pdfboxVersion = '2.0.29'
- saxonVersion = '12.3'
+ saxonVersion = '12.4'
apiGuardianVersion = '1.1.2'
jdkVersion = (project.properties['jdkVersion'] ?: '8') as int
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1914236&r1=1914235&r2=1914236&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Nov 30 15:41:04 2023
@@ -2614,15 +2614,15 @@ under the License.
<dependency prefix="spotbugs.bcel"
artifact="org.apache.bcel:bcel:6.5.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.slf4j-api"
artifact="org.slf4j:slf4j-api:2.0.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.commons-lang3"
artifact="org.apache.commons:commons-lang3:3.12.0" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.commons-text"
artifact="org.apache.commons:commons-text:1.10.0" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.commons-codec"
artifact="commons-codec:commons-codec:1.11" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.commons-text"
artifact="org.apache.commons:commons-text:1.11.0" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.commons-codec"
artifact="commons-codec:commons-codec:1.16.0" usage="${spotbugs.lib}"/>
<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.17.2" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.log4j-core"
artifact="org.apache.logging.log4j:log4j-core:2.17.2" usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.log4j-slf4j18-impl"
artifact="org.apache.logging.log4j:log4j-slf4j18-impl:2.17.2"
usage="${spotbugs.lib}"/>
- <dependency prefix="spotbugs.saxon"
artifact="net.sf.saxon:Saxon-HE:11.5" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.log4j-api"
artifact="org.apache.logging.log4j:log4j-api:2.22.0" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.log4j-core"
artifact="org.apache.logging.log4j:log4j-core:2.22.0" usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.log4j-slf4j18-impl"
artifact="org.apache.logging.log4j:log4j-slf4j2-impl:2.22.0"
usage="${spotbugs.lib}"/>
+ <dependency prefix="spotbugs.saxon"
artifact="net.sf.saxon:Saxon-HE:12.4" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.xmlresolver"
artifact="org.xmlresolver:xmlresolver:4.2.0" usage="${spotbugs.lib}"/>
<mkdir dir="${basedir}${spotbugs.lib}/config"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]