From cd033f21325da80999e202afdd4ac9f068694b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 05:16:09 +0000 Subject: [PATCH] Bump classgraph from 4.8.106 to 4.8.108 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.106 to 4.8.108. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.106...classgraph-4.8.108) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd7c013230c..0df8b46bbc6 100644 --- a/build.gradle +++ b/build.gradle @@ -211,7 +211,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.106' + testImplementation 'io.github.classgraph:classgraph:4.8.108' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.7.2'