From 04868be84a4383a83de49c9ea9fc6a3a0a6c2cc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:02:52 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.186 --- 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..a33d2c94d 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.186") implementation(libs.tuples) implementation(libs.logback.classic)