From 9766868ccbc52158f1cc7bd5ead938f424aa4495 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 07:16:27 +0000 Subject: [PATCH] Bump classgraph from 4.8.53 to 4.8.54 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.53 to 4.8.54. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.53...classgraph-4.8.54) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cf1f4819aeb..b96053aa65b 100644 --- a/build.gradle +++ b/build.gradle @@ -203,7 +203,7 @@ dependencies { } - testCompile 'io.github.classgraph:classgraph:4.8.53' + testCompile 'io.github.classgraph:classgraph:4.8.54' testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.2' testCompile 'org.junit.platform:junit-platform-launcher:1.5.2'