Skip to content

Commit

Permalink
chore(deps): bump io.github.classgraph:classgraph
Browse files Browse the repository at this point in the history
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.160 to 4.8.163.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.160...classgraph-4.8.163)

---
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>
  • Loading branch information
dependabot[bot] authored and outofcoffee committed Oct 19, 2023
1 parent bfecab0 commit 944a304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config-dynamic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin'
apply plugin: 'maven-publish'

ext {
version_classgraph = '4.8.160'
version_classgraph = '4.8.163'
}

compileJava {
Expand Down

0 comments on commit 944a304

Please sign in to comment.