From 42aee3d91f4caca6af81d7b53b59abc787d75091 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 09:43:56 +0100 Subject: [PATCH] Bump classgraph from 4.8.64 to 4.8.65 (#6003) Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.64 to 4.8.65. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.64...classgraph-4.8.65) 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 fdd42753ed1..8a7fd4cec1b 100644 --- a/build.gradle +++ b/build.gradle @@ -206,7 +206,7 @@ dependencies { } - testCompile 'io.github.classgraph:classgraph:4.8.64' + testCompile 'io.github.classgraph:classgraph:4.8.65' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.0' testCompile 'org.junit.platform:junit-platform-launcher:1.6.0'