From f95c0a8009525a9879fc3b942e106c9d00190f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:37:26 +0000 Subject: [PATCH] Bump classgraph from 4.8.130 to 4.8.135 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.130 to 4.8.135. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.130...classgraph-4.8.135) --- 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 3818d82bb2e..b2b6e74d4fc 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.130' + testImplementation 'io.github.classgraph:classgraph:4.8.135' testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' testImplementation 'org.junit.platform:junit-platform-launcher:1.8.1'