Skip to content

Commit

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

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 2bf90fe commit e2a96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-generator-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
description = "A plugin for executing specified code generators"

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

Expand Down

0 comments on commit e2a96e3

Please sign in to comment.