From f1e009738633e878e09cd783a1695c5abc586bcb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 08:42:59 +0000 Subject: [PATCH] Bump classgraph from 4.8.77 to 4.8.78 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.77 to 4.8.78. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.77...classgraph-4.8.78) 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 667030a90d2..cc14a951ea5 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.20' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.20' - testImplementation 'io.github.classgraph:classgraph:4.8.77' + testImplementation 'io.github.classgraph:classgraph:4.8.78' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.6.2'