From aa1f5f0ad59b3592de7eaf5de3abb3336418c1a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:34:12 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.177 to 4.8.179 (#400) Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.177 to 4.8.179. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.177...classgraph-4.8.179) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 5fb2a19..2d03651 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ subprojects { set("picoCliVersion", "4.7.6") // https://mvnrepository.com/artifact/info.picocli/picocli set("jacksonVersion", "2.18.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations set("jsonSchemaVersion", "1.0.39") // https://mvnrepository.com/artifact/com.kjetland/mbknor-jackson-jsonschema - set("classGraphVersion", "4.8.177") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph + set("classGraphVersion", "4.8.179") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph set("kotlinVersion", "2.1.0") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common set("scalaVersion", "2.13.15")