From 0312d8a38c7a77228f947bdabdaf6bae21eb2329 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 07:38:47 +0000 Subject: [PATCH] Bump classgraph from 4.8.48 to 4.8.52 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.48 to 4.8.52. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.48...classgraph-4.8.52) 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 0f6a00b6e1e..113c2bc43ec 100644 --- a/build.gradle +++ b/build.gradle @@ -196,7 +196,7 @@ dependencies { } - testCompile 'io.github.classgraph:classgraph:4.8.48' + testCompile 'io.github.classgraph:classgraph:4.8.52' testCompile 'junit:junit:4.12' testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.2'