Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

build(deps): bump classgraph from 4.8.155 to 4.8.156 #301

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump classgraph from 4.8.155 to 4.8.156
Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.155 to 4.8.156.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.155...classgraph-4.8.156)

---
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]>
dependabot[bot] authored Mar 6, 2023
commit aea17009ced8777115fe830f825cc6e56e0a95f5
2 changes: 1 addition & 1 deletion extension/registry/reflection/pom.xml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.155</version>
<version>4.8.156</version>
</dependency>

</dependencies>