From ca441057da608a17def7abc3199e51f7b68b1cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 19:01:43 +0000 Subject: [PATCH] Bump classgraph from 4.8.137 to 4.8.138 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.137 to 4.8.138. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.137...classgraph-4.8.138) --- 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 a882b52f58b..61b5c7f2c7c 100644 --- a/build.gradle +++ b/build.gradle @@ -205,7 +205,7 @@ dependencies { implementation group: 'net.harawata', name: 'appdirs', version: '1.2.1' - testImplementation 'io.github.classgraph:classgraph:4.8.137' + testImplementation 'io.github.classgraph:classgraph:4.8.138' testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.8.1'