From 385f58324d3b85473f7957767298ba0acc6f1db3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:54:44 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.194 --- 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..3df82909e 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.194") implementation(libs.tuples) implementation(libs.logback.classic)