From cef980d3d9c6d6c59cba8eb4a7aa049b11db7e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:55:43 +0200 Subject: [PATCH] Bump classgraph from 4.8.147 to 4.8.149 (#8968) Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.147 to 4.8.149. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.147...classgraph-4.8.149) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 571558f96a5..a7956f79702 100644 --- a/build.gradle +++ b/build.gradle @@ -208,7 +208,7 @@ dependencies { implementation group: 'net.harawata', name: 'appdirs', version: '1.2.1' - testImplementation 'io.github.classgraph:classgraph:4.8.147' + testImplementation 'io.github.classgraph:classgraph:4.8.149' testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.8.2'