From de86a6ed0e5a686895cd2568773f4b9632bd496f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 09:05:24 +0000 Subject: [PATCH] Bump classgraph from 4.8.71 to 4.8.77 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.71 to 4.8.77. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.71...classgraph-4.8.77) 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 501ed8f6743..4136854d99c 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.6' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.16' - testImplementation 'io.github.classgraph:classgraph:4.8.71' + testImplementation 'io.github.classgraph:classgraph:4.8.77' 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'