Skip to content

Commit

Permalink
Merge pull request #637 from freefair/dependabot/gradle/io.github.cla…
Browse files Browse the repository at this point in the history
…ssgraph-classgraph-4.8.151

Bump classgraph from 4.8.150 to 4.8.151
  • Loading branch information
larsgrefer committed Nov 20, 2022
2 parents 27a0536 + 0f69f85 commit 5f7fd0f
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.150'
implementation 'io.github.classgraph:classgraph:4.8.151'
api project(':code-generator-api')
testImplementation project(':test-common')

Expand Down

0 comments on commit 5f7fd0f

Please sign in to comment.