From: PJ Fanning Date: Thu, 7 Oct 2021 23:58:42 +0000 (+0000) Subject: reflections 0.10.1 X-Git-Tag: REL_5_2_0~436 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fe931482a9f2e43b9cb59487ece963b1ce8478a;p=poi.git reflections 0.10.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894009 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 80bbe184c1..894de31c92 100644 --- a/build.xml +++ b/build.xml @@ -334,7 +334,7 @@ under the License. - + diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 35b2a5589d..fed284e301 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -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' diff --git a/poi/build.gradle b/poi/build.gradle index 30d7942208..630e327299 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -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}"