From 56631a26ddb58919f071ff507214d0d46c0f1519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 04:10:46 +0000 Subject: [PATCH] Bump reflections from 0.9.11 to 0.10.2 Bumps [reflections](https://github.com/ronmamo/reflections) from 0.9.11 to 0.10.2. - [Release notes](https://github.com/ronmamo/reflections/releases) - [Commits](https://github.com/ronmamo/reflections/compare/0.9.11...0.10.2) --- updated-dependencies: - dependency-name: org.reflections:reflections dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- repl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repl/pom.xml b/repl/pom.xml index 0f41fe8..7f62e15 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -45,7 +45,7 @@ org.reflections reflections - 0.9.11 + 0.10.2 junit