Author: fanningpj
Date: Mon Jul 15 18:40:34 2024
New Revision: 1919262

URL: http://svn.apache.org/viewvc?rev=1919262&view=rev
Log:
upgrade asm (ant build)

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1919262&r1=1919261&r2=1919262&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Mon Jul 15 18:40:34 2024
@@ -914,15 +914,15 @@
         <dependency prefix="spotbugs" 
artifact="com.github.spotbugs:spotbugs:4.4.1" usage="${spotbugs.lib}" 
target="spotbugs.jar"/>
         <dependency prefix="spotbugs-ant" 
artifact="com.github.spotbugs:spotbugs-ant:4.4.1" usage="${spotbugs.lib}" 
target="spotbugs-ant.jar"/>
         <dependency prefix="spotbugs-anno" 
artifact="com.github.spotbugs:spotbugs-annotations:4.4.1" 
usage="${spotbugs.lib}" target="spotbugs-annotations.jar"/>
-        <dependency prefix="spotbugs.asm" artifact="org.ow2.asm:asm:9.2" 
usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.asm-analysis" 
artifact="org.ow2.asm:asm-analysis:9.2" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.asm-commons" 
artifact="org.ow2.asm:asm-commons:9.2" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.asm-tree" 
artifact="org.ow2.asm:asm-tree:9.2" usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.asm-util" 
artifact="org.ow2.asm:asm-util:9.2" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.asm" artifact="org.ow2.asm:asm:9.7" 
usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.asm-analysis" 
artifact="org.ow2.asm:asm-analysis:9.7" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.asm-commons" 
artifact="org.ow2.asm:asm-commons:9.7" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.asm-tree" 
artifact="org.ow2.asm:asm-tree:9.7" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.asm-util" 
artifact="org.ow2.asm:asm-util:9.7" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.jsr305" 
artifact="com.google.code.findbugs:jsr305:3.0.2" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.dom4j" artifact="org.dom4j:dom4j:2.1.3" 
usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.jaxen" artifact="jaxen:jaxen:1.2.0" 
usage="${spotbugs.lib}"/>
-        <dependency prefix="spotbugs.bcel" 
artifact="org.apache.bcel:bcel:6.5.0" usage="${spotbugs.lib}"/>
+        <dependency prefix="spotbugs.bcel" 
artifact="org.apache.bcel:bcel:6.9.0" usage="${spotbugs.lib}"/>
         <dependency prefix="spotbugs.slf4j-api" 
artifact="org.slf4j:slf4j-api:2.0.6" 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.9" usage="${spotbugs.lib}"/>



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

Reply via email to