From cd39ea95e2818d6a0ddc99f977fee2535dd5e73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 07:17:41 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.157 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.149 to 4.8.157. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.149...classgraph-4.8.157) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 8b20d2f38..db2fc1822 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -24,5 +24,5 @@ dependencies { 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.157" } \ No newline at end of file