From 0674de98a4e8532005e23beedc93f5e563139568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:48:30 +0000 Subject: [PATCH] fix(deps): update dependency io.github.classgraph:classgraph to v4.8.168 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8fc6612..3411773 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { compileOnly("org.jetbrains:annotations:24.1.0") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23") - implementation("io.github.classgraph:classgraph:4.8.165") + implementation("io.github.classgraph:classgraph:4.8.168") implementation("org.apache.commons:commons-lang3:3.14.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")