From 12bc8e6f60c885a79da82bae199a75bd67ba0638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:58:13 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.176 to 4.8.177. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.176...classgraph-4.8.177) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code-generator-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-generator-plugin/build.gradle b/code-generator-plugin/build.gradle index 4bc78f94..f291952f 100644 --- a/code-generator-plugin/build.gradle +++ b/code-generator-plugin/build.gradle @@ -7,7 +7,7 @@ plugins { description = "A plugin for executing specified code generators" dependencies { - implementation 'io.github.classgraph:classgraph:4.8.176' + implementation 'io.github.classgraph:classgraph:4.8.177' api project(':code-generator-api') testImplementation project(':test-common')