From 944a304e44643ffd174795c5932cd9df3d2f3687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:33:54 +0000 Subject: [PATCH] chore(deps): bump io.github.classgraph:classgraph Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.160 to 4.8.163. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.160...classgraph-4.8.163) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/config-dynamic/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config-dynamic/build.gradle b/core/config-dynamic/build.gradle index 5314fb18c..4b13f3689 100644 --- a/core/config-dynamic/build.gradle +++ b/core/config-dynamic/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'kotlin' apply plugin: 'maven-publish' ext { - version_classgraph = '4.8.160' + version_classgraph = '4.8.163' } compileJava {