Skip to content

Commit

Permalink
Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176
Browse files Browse the repository at this point in the history
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](classgraph/classgraph@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 659cc9b commit 44c5de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
// Needed to avoid conflicts with the version of the maven resolver used by IntelliJ
implementation "org.apache.maven.resolver:maven-resolver-api:${mavenResolverVersion}"
implementation "org.apache.maven.resolver:maven-resolver-impl:${mavenResolverVersion}"
implementation "io.github.classgraph:classgraph:4.8.175"
implementation "io.github.classgraph:classgraph:4.8.176"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2"
implementation "io.fabric8:kubernetes-model-apiextensions:6.13.3"

Expand Down

0 comments on commit 44c5de9

Please sign in to comment.