aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-10-28 17:58:04 +0000
committerPJ Fanning <fanningpj@apache.org>2022-10-28 17:58:04 +0000
commit387063342564bf5cd7d222722f496fc04bce92c3 (patch)
treefdee05381ea990d4acd5181d2f50c3a407a3c47a /build.xml
parent51c81e1f3754668cbba8970c82950e40f9582905 (diff)
downloadpoi-387063342564bf5cd7d222722f496fc04bce92c3.tar.gz
poi-387063342564bf5cd7d222722f496fc04bce92c3.zip
upgrade asm
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index d10d254913..006fffa20a 100644
--- a/build.xml
+++ b/build.xml
@@ -343,9 +343,9 @@ under the License.
<!-- coverage libs -->
<dependency prefix="jacoco" artifact="org.jacoco:jacoco:0.8.8" usage="util" packaging="zip"/>
- <dependency prefix="asm" artifact="org.ow2.asm:asm:9.3" usage="util"/>
- <dependency prefix="asm-commons" artifact="org.ow2.asm:asm-commons:9.3" usage="util"/>
- <dependency prefix="asm-tree" artifact="org.ow2.asm:asm-tree:9.3" usage="util"/>
+ <dependency prefix="asm" artifact="org.ow2.asm:asm:9.4" usage="util"/>
+ <dependency prefix="asm-commons" artifact="org.ow2.asm:asm-commons:9.4" usage="util"/>
+ <dependency prefix="asm-tree" artifact="org.ow2.asm:asm-tree:9.4" usage="util"/>
<!-- license and api checks -->
<dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.15" usage="util"/>
@@ -714,6 +714,7 @@ under the License.
<fileset dir="${basedir}/lib/util">
<include name="asm*7.2.jar"/>
<include name="asm*9.0.jar"/>
+ <include name="asm*9.3.jar"/>
<include name="org.jacoco.*-0.8.5.*.jar"/>
<include name="org.jacoco.*-0.8.6.*.jar"/>
<include name="forbiddenapis-3.1.jar"/>