From 5d7dcbe0ea9f49548b1072cdfb57a41f50a8c003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:06:50 +0000 Subject: [PATCH] Bump classgraph from 4.8.151 to 4.8.152 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.151 to 4.8.152. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.151...classgraph-4.8.152) --- 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 cf894c2e..f868574b 100644 --- a/code-generator-plugin/build.gradle +++ b/code-generator-plugin/build.gradle @@ -5,7 +5,7 @@ apply plugin: "com.gradle.plugin-publish" description = "A plugin for executing specified code generators" dependencies { - implementation 'io.github.classgraph:classgraph:4.8.151' + implementation 'io.github.classgraph:classgraph:4.8.152' api project(':code-generator-api') testImplementation project(':test-common')