From ae451b68816a8ef23b40303a06fb7a832cdb3787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:59:05 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.175 to 4.8.176. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.175...classgraph-4.8.176) --- 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 b75ef7e1..4bc78f94 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.175' + implementation 'io.github.classgraph:classgraph:4.8.176' api project(':code-generator-api') testImplementation project(':test-common')