From 88a97e446f8d8b4e60205a57d23e9e5bb009b052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:03:46 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.160 to 4.8.175 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.160 to 4.8.175. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.160...classgraph-4.8.175) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e487981..97425f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ repositories { mavenCentral() } dependencies { implementation("io.github.realyusufismail:ydwk:1.8.0") - implementation("io.github.classgraph:classgraph:4.8.160") + implementation("io.github.classgraph:classgraph:4.8.175") testImplementation(kotlin("test")) }