From fa716bf1538d170085252fadf25bafac6c0a5474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:23:49 +0800 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177 (#6545) Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.176 to 4.8.177. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.176...classgraph-4.8.177) --- 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-jsqlparser-4.9/build.gradle | 2 +- mybatis-plus-jsqlparser/mybatis-plus-jsqlparser/build.gradle | 2 +- mybatis-plus-spring/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser-4.9/build.gradle b/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser-4.9/build.gradle index fe99ad8bf..a02bd16c0 100644 --- a/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser-4.9/build.gradle +++ b/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser-4.9/build.gradle @@ -4,7 +4,7 @@ dependencies { implementation "${lib."slf4j-api"}" implementation "de.ruedigermoeller:fst:3.0.3" implementation "com.github.ben-manes.caffeine:caffeine:2.9.3" - testImplementation "io.github.classgraph:classgraph:4.8.176" + testImplementation "io.github.classgraph:classgraph:4.8.177" testImplementation "${lib."spring-context-support"}" testImplementation "${lib.h2}" testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre' diff --git a/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser/build.gradle b/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser/build.gradle index 94b36259b..962a2091d 100644 --- a/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser/build.gradle +++ b/mybatis-plus-jsqlparser/mybatis-plus-jsqlparser/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation "${lib."slf4j-api"}" implementation "de.ruedigermoeller:fst:3.0.3" implementation "com.github.ben-manes.caffeine:caffeine:2.9.3" - testImplementation "io.github.classgraph:classgraph:4.8.176" + testImplementation "io.github.classgraph:classgraph:4.8.177" testImplementation "${lib."spring-context-support"}" testImplementation "${lib.h2}" testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre' diff --git a/mybatis-plus-spring/build.gradle b/mybatis-plus-spring/build.gradle index dca81a546..6058c759b 100644 --- a/mybatis-plus-spring/build.gradle +++ b/mybatis-plus-spring/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.176" + testImplementation "io.github.classgraph:classgraph:4.8.177" testImplementation "${lib.h2}" testImplementation "${lib.mysql}" testImplementation "${lib.'logback-classic'}"