From 336b6f7d0cc4ac3146ef943622f60e43fd9ae660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:24:11 +0200 Subject: [PATCH] Bump classgraph from 4.8.112 to 4.8.114 (#7990) Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.112 to 4.8.114. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.112...classgraph-4.8.114) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8fe11ba7d61..710a8235854 100644 --- a/build.gradle +++ b/build.gradle @@ -207,7 +207,7 @@ dependencies { implementation group: 'net.harawata', name: 'appdirs', version: '1.2.1' - testImplementation 'io.github.classgraph:classgraph:4.8.112' + testImplementation 'io.github.classgraph:classgraph:4.8.114' 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'