From 354149be1923d00c4c4a96be0e1bd1e99a80f4c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:39:06 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.184 --- 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..c61e5e969 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.184") implementation(libs.tuples) implementation(libs.logback.classic)