commit | e922e68b5d9197333124b807f2aa30a281eb63dc | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 07 17:02:06 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Oct 14 20:03:21 2021 +0200 |
tree | 1c62b3b054daacce36e286a4284c61e424f85570 | |
parent | 48d8523f57d4d9ed2038b980200d69afeebfcf91 [diff] |
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 -->