浏览代码

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 年之前
父节点
当前提交
8d5dbfacbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mybatis-plus-extension/build.gradle

+ 1 - 1
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'}"