From 61e7c825cc3c4127ffd93bdab29b160c3cb93f29 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:07:03 +0000 Subject: [PATCH] Bump classgraph from 4.8.52 to 4.8.53 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.52 to 4.8.53. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.52...classgraph-4.8.53) 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 41a63aad98e..97454c07e07 100644 --- a/build.gradle +++ b/build.gradle @@ -203,7 +203,7 @@ dependencies { } - testCompile 'io.github.classgraph:classgraph:4.8.52' + testCompile 'io.github.classgraph:classgraph:4.8.53' testCompile 'junit:junit:4.12' testImplementation 'org.junit.jupiter:junit-jupiter:5.5.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.2'