From 12e386bc72ecf608576f3e14ce9f037c311ad599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 07:07:56 +0000 Subject: [PATCH] Bump classgraph from 4.8.115 to 4.8.116 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.115 to 4.8.116. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.115...classgraph-4.8.116) --- 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 2abcf363..ce6a68e5 100644 --- a/code-generator-plugin/build.gradle +++ b/code-generator-plugin/build.gradle @@ -3,7 +3,7 @@ apply plugin: "java-gradle-plugin" apply plugin: "com.gradle.plugin-publish" dependencies { - implementation 'io.github.classgraph:classgraph:4.8.115' + implementation 'io.github.classgraph:classgraph:4.8.116' api project(':code-generator-api') testImplementation project(':test-common')