Bump reflections from 0.9.12 to 0.10.1 in /core

Bumps [reflections](https://github.com/ronmamo/reflections) from 0.9.12 to 0.10.1.
- [Release notes](https://github.com/ronmamo/reflections/releases)
- [Commits](https://github.com/ronmamo/reflections/compare/0.9.12...0.10.1)

---
updated-dependencies:
- dependency-name: org.reflections:reflections
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Closes #267

Change-Id: If3ab5df1ffb145d52f73865b6d9c5b23c6936b9a
diff --git a/core/pom.xml b/core/pom.xml
index 2866280..21a8754 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -344,7 +344,7 @@
 		<dependency>
 			<groupId>org.reflections</groupId>
 			<artifactId>reflections</artifactId>
-			<version>0.9.12</version>
+			<version>0.10.1</version>
 		</dependency>
 
 		<!-- Spring -->