You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/07 23:58:42 UTC

svn commit: r1894009 - in /poi/trunk: build.xml poi-ooxml/build.gradle poi/build.gradle

Author: fanningpj
Date: Thu Oct  7 23:58:42 2021
New Revision: 1894009

URL: http://svn.apache.org/viewvc?rev=1894009&view=rev
Log:
reflections 0.10.1

Modified:
    poi/trunk/build.xml
    poi/trunk/poi-ooxml/build.gradle
    poi/trunk/poi/build.gradle

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1894009&r1=1894008&r2=1894009&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Oct  7 23:58:42 2021
@@ -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"/>

Modified: poi/trunk/poi-ooxml/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/build.gradle?rev=1894009&r1=1894008&r2=1894009&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/build.gradle (original)
+++ poi/trunk/poi-ooxml/build.gradle Thu Oct  7 23:58:42 2021
@@ -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'

Modified: poi/trunk/poi/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi/build.gradle?rev=1894009&r1=1894008&r2=1894009&view=diff
==============================================================================
--- poi/trunk/poi/build.gradle (original)
+++ poi/trunk/poi/build.gradle Thu Oct  7 23:58:42 2021
@@ -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}"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org