From ff362075f3e00baf7a8451f4ff715b7cdf54722f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 06:33:42 +0000 Subject: [PATCH] Bump classgraph from 4.8.87 to 4.8.89 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.87 to 4.8.89. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.87...classgraph-4.8.89) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a2416a14e2..2d89492b93c 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.62.2' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.62.2' - testImplementation 'io.github.classgraph:classgraph:4.8.87' + testImplementation 'io.github.classgraph:classgraph:4.8.89' 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'