aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-10-04 15:31:09 +0000
committerPJ Fanning <fanningpj@apache.org>2021-10-04 15:31:09 +0000
commit87d471688039c0ac94eeb072847332e3c7740d7a (patch)
tree2cd7f447600366a46b66bb88f903a32d6a0949d4 /build.xml
parentcea1d78517548d7d460814aaa491ec3b7cd3cb8c (diff)
downloadpoi-87d471688039c0ac94eeb072847332e3c7740d7a.tar.gz
poi-87d471688039c0ac94eeb072847332e3c7740d7a.zip
upgrade reflections jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893887 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1b73a58da3..88ae58a634 100644
--- a/build.xml
+++ b/build.xml
@@ -334,7 +334,7 @@ under the License.
<dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.21" usage="ooxml"/>
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
- <dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.9.12" usage="ooxml-tests"/>
+ <dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.guava" artifact="com.google.guava:guava:30.1-jre" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.javassist" artifact="org.javassist:javassist:3.27.0-GA" usage="ooxml-tests"/>
<dependency prefix="ooxml.test.slf4j-api" artifact="org.slf4j:slf4j-api:1.7.32" usage="ooxml-tests"/>