From ce44faaf0d3a071061fcc4a55cffc5118c79a420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:20:50 +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-version: 0.10.2 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 10d134a..335fa13 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ cassandra-driver = "4.19.0" jackson = "2.17.1" jackson-kotlin = "2.13.4" jackson-yaml = "2.13.4" -reflections = "0.9.11" +reflections = "0.10.2" log4j = "2.17.1" log4j-kotlin = "1.2.0" log4j-slf4j = "2.18.0"