diff options
Diffstat (limited to 'poi')
-rw-r--r-- | poi/build.gradle | 2 |
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}" |