diff options
Diffstat (limited to 'poi/build.gradle')
-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 f203467029..995972f92a 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.1' + testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'org.apache.ant:ant:1.10.12' testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" |