Bump reflections from 0.10.1 to 0.10.2 in /core

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

Change-Id: Ia43f6870741bdccd31df74f33b7bc8d055a9b983

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

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

Closes #277

Change-Id: If56c34dd76ef30465f8a74c682c2e11714b5c728
diff --git a/core/pom.xml b/core/pom.xml
index 45a2512..9a9a3a7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -344,7 +344,7 @@
 		<dependency>
 			<groupId>org.reflections</groupId>
 			<artifactId>reflections</artifactId>
-			<version>0.10.1</version>
+			<version>0.10.2</version>
 		</dependency>
 
 		<!-- Spring -->