From 8ff49c52fc72802a542a486b5dcfa17aace61773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:48:01 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.189 --- 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..c97b2763b 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.189") implementation(libs.tuples) implementation(libs.logback.classic)