Skip to content

Commit

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

---
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 asolntsev committed Jan 12, 2023
1 parent 4b3db1e commit 68f716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api('com.google.code.findbugs:jsr305:3.0.2')
implementation('io.github.classgraph:classgraph:4.8.149')
implementation('io.github.classgraph:classgraph:4.8.154')
api('com.zaxxer:HikariCP:5.0.1')
api('com.google.code.gson:gson:2.10')
api('com.jamonapi:jamon:2.82') {transitive = false}
Expand Down

0 comments on commit 68f716a

Please sign in to comment.