From 8d5dbfacbc556eb42e64d57123372d0fb6b2813a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:01:24 +0800 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.172 (#6124) Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.165 to 4.8.172. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.165...classgraph-4.8.172) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mybatis-plus-extension/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybatis-plus-extension/build.gradle b/mybatis-plus-extension/build.gradle index bb7306b8a..eaf96183d 100644 --- a/mybatis-plus-extension/build.gradle +++ b/mybatis-plus-extension/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation "com.alibaba.fastjson2:fastjson2:2.0.49" implementation "com.github.ben-manes.caffeine:caffeine:2.9.3" testImplementation "com.google.guava:guava:33.1.0-jre" - testImplementation "io.github.classgraph:classgraph:4.8.165" + testImplementation "io.github.classgraph:classgraph:4.8.172" testImplementation "${lib.h2}" testImplementation "${lib.mysql}" testImplementation "${lib.'logback-classic'}"