From 61880bcfc75e9948f237e5c4706c47f808f8e928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:45:04 +0000 Subject: [PATCH] Bump org.reflections:reflections from 0.9.12 to 0.10.2 Bumps [org.reflections:reflections](https://github.com/ronmamo/reflections) from 0.9.12 to 0.10.2. - [Release notes](https://github.com/ronmamo/reflections/releases) - [Commits](https://github.com/ronmamo/reflections/compare/0.9.12...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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ed38fc53..11e6f938 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params:$junit5Version") testImplementation("com.willowtreeapps.assertk:assertk:0.24") testImplementation("org.xmlunit:xmlunit-core:2.8.2") - testImplementation("org.reflections:reflections:0.9.12") + testImplementation("org.reflections:reflections:0.10.2") } kotlin {