From 68f716a36c7bf6b8d6e18f3f96031dc713837afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 06:02:43 +0000 Subject: [PATCH] Bump classgraph from 4.8.149 to 4.8.154 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.149 to 4.8.154. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.149...classgraph-4.8.154) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/build.gradle b/framework/build.gradle index dd7ae1c3..c2273539 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -1,6 +1,6 @@ dependencies { api('com.google.code.findbugs:jsr305:3.0.2') - implementation('io.github.classgraph:classgraph:4.8.149') + implementation('io.github.classgraph:classgraph:4.8.154') api('com.zaxxer:HikariCP:5.0.1') api('com.google.code.gson:gson:2.10') api('com.jamonapi:jamon:2.82') {transitive = false}