Skip to content

Commit

Permalink
Bump io.github.classgraph:classgraph from 4.8.167 to 4.8.168 (#996)
Browse files Browse the repository at this point in the history
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.167 to 4.8.168.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.167...classgraph-4.8.168)

---
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>
  • Loading branch information
dependabot[bot] committed Mar 9, 2024
1 parent c71eddd commit 5b8d589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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.167"
implementation "io.github.classgraph:classgraph:4.8.168"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1"
implementation "io.fabric8:kubernetes-model-apiextensions:6.10.0"

Expand Down

0 comments on commit 5b8d589

Please sign in to comment.