From f09e778b6f3f98440e306d638a56958f237df419 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:41:56 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.185 --- framework/codemodder-base/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/codemodder-base/build.gradle.kts b/framework/codemodder-base/build.gradle.kts index acf1cc5c2..ba4fac891 100644 --- a/framework/codemodder-base/build.gradle.kts +++ b/framework/codemodder-base/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { api(libs.javadiff) api(libs.jtokkit) api("com.azure:azure-ai-openai:1.0.0-beta.16") - api("io.github.classgraph:classgraph:4.8.160") + api("io.github.classgraph:classgraph:4.8.185") implementation(libs.tuples) implementation(libs.logback.classic)