From e568aae9628647da986754b09b99f59b2596f6e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:38:06 +0200 Subject: [PATCH] fix(deps): update dependency io.github.classgraph:classgraph to v4.8.177 (#199) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8dfbbf2..9457f34 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { compileOnly("org.jetbrains:annotations:26.0.1") 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.9.0")