Bump reflections from 0.9.10 to 0.9.12 in /core

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

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

Closes #88

Change-Id: I64b2b8e97483c2fbc9648393fc5ad560d008115b
diff --git a/core/pom.xml b/core/pom.xml
index 4757688..8121ecb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -330,7 +330,7 @@
 		<dependency>
 			<groupId>org.reflections</groupId>
 			<artifactId>reflections</artifactId>
-			<version>0.9.10</version>
+			<version>0.9.12</version>
 		</dependency>
 
 		<!-- Spring -->