From e021f8295fec188aed34f5b20da308a83e7c5b6d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 08:26:02 +0000 Subject: [PATCH] Bump classgraph from 4.8.68 to 4.8.69 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.68 to 4.8.69. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.68...classgraph-4.8.69) 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 04c82de94b8..4326dff417e 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.0' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.0' - testImplementation 'io.github.classgraph:classgraph:4.8.68' + testImplementation 'io.github.classgraph:classgraph:4.8.69' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.1' testImplementation 'org.junit.platform:junit-platform-launcher:1.6.1'