From e4960e740b3a6fa4c2056b01c9d333e5bd45bd56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:08:02 +0000 Subject: [PATCH] fix(deps): update dependency io.github.classgraph:classgraph to v4.8.177 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index df75c7d..aac6492 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { compileOnly("org.jetbrains:annotations:26.0.0") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21") - implementation("io.github.classgraph:classgraph:4.8.175") + implementation("io.github.classgraph:classgraph:4.8.177") implementation("org.apache.commons:commons-lang3:3.17.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")