From ed5d1bf7aecfced3c955cc296e373666b48732e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 05:35:57 +0000 Subject: [PATCH] Bump classgraph from 4.8.90 to 4.8.92 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.90 to 4.8.92. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.90...classgraph-4.8.92) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e2326393b8..bac64a4ce02 100644 --- a/build.gradle +++ b/build.gradle @@ -199,7 +199,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.90' + testImplementation 'io.github.classgraph:classgraph:4.8.92' 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'