diff --git a/build.xml b/build.xml
index fdf29b2a7b..52d60add26 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 1c19077957..0729de0ba3 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -133,7 +133,7 @@ dependencies {
testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives')
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
testImplementation 'org.xmlunit:xmlunit-core:2.8.3'
- testImplementation 'org.reflections:reflections:0.10.1'
+ testImplementation 'org.reflections:reflections:0.10.2'
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 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}"