From 426023d5c8b4cce50cf593ceda2929962877d41a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 13:17:17 +0100 Subject: [PATCH] Bump classgraph from 4.8.58 to 4.8.59 (#5761) Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.58 to 4.8.59. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.58...classgraph-4.8.59) 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 2a6f8f657f7..09b1a671828 100644 --- a/build.gradle +++ b/build.gradle @@ -206,7 +206,7 @@ dependencies { } - testCompile 'io.github.classgraph:classgraph:4.8.58' + testCompile 'io.github.classgraph:classgraph:4.8.59' 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'