From 6a3903bc53d0f69d9bf603ef6ba3bba99cd9c875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 14:00:44 +0000 Subject: [PATCH] Bump classgraph from 4.8.152 to 4.8.153 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.152 to 4.8.153. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.152...classgraph-4.8.153) --- 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 8e2e220b433..d9e74c16719 100644 --- a/build.gradle +++ b/build.gradle @@ -204,7 +204,7 @@ dependencies { implementation group: 'net.harawata', name: 'appdirs', version: '1.2.1' - testImplementation 'io.github.classgraph:classgraph:4.8.152' + testImplementation 'io.github.classgraph:classgraph:4.8.153' testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1' testImplementation 'org.junit.platform:junit-platform-launcher:1.9.1'