From 392eefa5e59061f2f353e028607b20cce885399e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 05:29:42 +0000 Subject: [PATCH] Bump classgraph from 4.8.94 to 4.8.97 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.94 to 4.8.97. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.94...classgraph-4.8.97) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7cda604786b..87360f59962 100644 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,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.94' + testImplementation 'io.github.classgraph:classgraph:4.8.97' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.0' testImplementation 'org.junit.platform:junit-platform-launcher:1.7.0'