From 4ca52c40483f867356a42f00faab24c60b436852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:00:24 +0800 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 (#6494) Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.175 to 4.8.176. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.175...classgraph-4.8.176) --- 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 0c88811ef..81a82a3c5 100644 --- a/mybatis-plus-extension/build.gradle +++ b/mybatis-plus-extension/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation "${lib.'mybatis-freemarker'}" implementation "de.ruedigermoeller:fst:3.0.4-jdk17" implementation "com.github.ben-manes.caffeine:caffeine:2.9.3" - testImplementation "io.github.classgraph:classgraph:4.8.175" + testImplementation "io.github.classgraph:classgraph:4.8.176" testImplementation "${lib.h2}" testImplementation "${lib.mysql}" testImplementation "${lib.'logback-classic'}"