From cd2af96095e3f9117f4bbd587cf575becd1380de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 04:34:06 +0000 Subject: [PATCH] Bump org.reflections:reflections from 0.9.11 to 0.10.2 Bumps [org.reflections: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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5b6b72c..011b7b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ jsr305 = "3.0.2" junit5 = "5.8.2" opensaml = "2.6.4" org-json = "20250107" -org-reflections = "0.9.11" +org-reflections = "0.10.2" poi = "5.4.0" resteasy = "4.7.6.Final" slf4j = "1.7.36"