From f56fdbba8d9da27625ec1d79aa6f8e06a7a6b1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 12:25:22 +0000 Subject: [PATCH] Bump classgraph from 4.8.137 to 4.8.138 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.137 to 4.8.138. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.137...classgraph-4.8.138) --- 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 713917f..4c9f716 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("io.github.microutils:kotlin-logging:2.1.20") - implementation("io.github.classgraph:classgraph:4.8.137") + implementation("io.github.classgraph:classgraph:4.8.138") implementation("com.google.inject:guice:5.0.1") implementation("dev.misfitlabs.kotlinguice4:kotlin-guice:1.5.0")