aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
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 /poi/build.gradle
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 'poi/build.gradle')
-rw-r--r--poi/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index 96cf549b2f..30d7942208 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.9.12'
+ testImplementation 'org.reflections:reflections:0.10'
testImplementation 'org.apache.ant:ant:1.10.11'
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"