Skip to content

Commit

Permalink
Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177 (#6545)
Browse files Browse the repository at this point in the history
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](classgraph/classgraph@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 73a8efd commit fa716bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion mybatis-plus-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'}"
Expand Down

0 comments on commit fa716bf

Please sign in to comment.