From 702f35b11d530603f791849ca49f286422f6c70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 04:56:50 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.155 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.149 to 4.8.155. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.149...classgraph-4.8.155) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67d05c078..5eeea50de 100644 --- a/build.gradle +++ b/build.gradle @@ -108,6 +108,6 @@ subprojects { compileOnly "cloud.commandframework:cloud-core:$cloudVersion" testImplementation "cloud.commandframework:cloud-core:$cloudVersion" api "cloud.commandframework:cloud-annotations:$cloudVersion" - api "io.github.classgraph:classgraph:4.8.149" + api "io.github.classgraph:classgraph:4.8.155" } } \ No newline at end of file