From 45f34f4b813d088916309e57749923f983a003a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:48:18 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.163 to 4.8.164 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.163 to 4.8.164. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.163...classgraph-4.8.164) --- 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 9c360e9c..076fcefa 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.163' + implementation 'io.github.classgraph:classgraph:4.8.164' api project(':code-generator-api') testImplementation project(':test-common')