diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-10-25 21:03:10 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-10-25 21:03:10 +0000 |
commit | a5325cb11240c799f4f8f5d280635b8f60aa850c (patch) | |
tree | 5e58aa5e5b6fc6e66c0a18abc1ac1044cc325e91 /poi | |
parent | d34b0554cc086a87c37d2d60e348167016054fce (diff) | |
download | poi-a5325cb11240c799f4f8f5d280635b8f60aa850c.tar.gz poi-a5325cb11240c799f4f8f5d280635b8f60aa850c.zip |
reflections 0.10.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894561 13f79535-47bb-0310-9956-ffa450edef68
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 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}" |