Преглед изворни кода

Bump io.github.classgraph:classgraph from 4.8.163 to 4.8.165 (#5878)

Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.163 to 4.8.165.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.163...classgraph-4.8.165)

---
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 година
родитељ
комит
39972fa6ef
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mybatis-plus-extension/build.gradle

+ 1 - 1
mybatis-plus-extension/build.gradle

@@ -25,6 +25,6 @@ dependencies {
     implementation "com.github.ben-manes.caffeine:caffeine:2.9.3"
     testImplementation "com.github.pagehelper:pagehelper:5.3.1"
     testImplementation "com.google.guava:guava:33.0.0-jre"
-    testImplementation "io.github.classgraph:classgraph:4.8.163"
+    testImplementation "io.github.classgraph:classgraph:4.8.165"
     testImplementation "${lib.h2}"
 }