From 71ea08b019911769405ec9419f923ca2df24f708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:59:29 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.156 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.149 to 4.8.156. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.149...classgraph-4.8.156) --- 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 d92f8e24..38cc18fc 100644 --- a/build.gradle +++ b/build.gradle @@ -189,7 +189,7 @@ subprojects { dependencies { implementation "org.jetbrains:annotations:23.0.0" - implementation "io.github.classgraph:classgraph:4.8.149" + implementation "io.github.classgraph:classgraph:4.8.156" implementation "com.github.seancfoley:ipaddress:5.3.4" // Tests - JUnit 5