Skip to content

Commit

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

---
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] committed Dec 12, 2022
1 parent fbfdfb1 commit 5d7dcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-generator-plugin/build.gradle
Expand Up @@ -5,7 +5,7 @@ apply plugin: "com.gradle.plugin-publish"
description = "A plugin for executing specified code generators"

dependencies {
implementation 'io.github.classgraph:classgraph:4.8.151'
implementation 'io.github.classgraph:classgraph:4.8.152'
api project(':code-generator-api')
testImplementation project(':test-common')

Expand Down

0 comments on commit 5d7dcbe

Please sign in to comment.