]> source.dussan.org Git - poi.git/commitdiff
reflections 0.10.1
authorPJ Fanning <fanningpj@apache.org>
Thu, 7 Oct 2021 23:58:42 +0000 (23:58 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 7 Oct 2021 23:58:42 +0000 (23:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894009 13f79535-47bb-0310-9956-ffa450edef68

build.xml
poi-ooxml/build.gradle
poi/build.gradle

index 80bbe184c16d337f1bddff304bbeb646badcf81f..894de31c923c4f2a069a8e39d62c7a3af69f29db 100644 (file)
--- 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.10" usage="ooxml-tests"/>
+    <dependency prefix="ooxml.test.reflections" artifact="org.reflections:reflections:0.10.1" 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"/>
index 35b2a5589de8bb9fcd79bb3fff3596ce69302e84..fed284e3013c1da0e1bf2c97da8351b0da25fd5e 100644 (file)
@@ -132,7 +132,7 @@ dependencies {
     testImplementation project(path:':poi', configuration:'tests')
     testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives')
     testImplementation 'org.xmlunit:xmlunit-core:2.8.2'
-    testImplementation 'org.reflections:reflections:0.10'
+    testImplementation 'org.reflections:reflections:0.10.1'
     testImplementation 'org.openjdk.jmh:jmh-core:1.33'
     testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.33'
     testImplementation 'com.google.guava:guava:31.0.1-jre'
index 30d7942208f2fdd99185b483d47a859083ffc3f6..630e3272995b16a97733a4cd59c93fb6277b5730 100644 (file)
@@ -48,7 +48,7 @@ dependencies {
     api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
     // implementation 'javax.activation:activation:1.1.1'
 
-    testImplementation 'org.reflections:reflections:0.10'
+    testImplementation 'org.reflections:reflections:0.10.1'
     testImplementation 'org.apache.ant:ant:1.10.11'
 
     testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"