Skip to content

Commit

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

Bump classgraph from 4.8.140 to 4.8.141
  • Loading branch information
larsgrefer committed Feb 28, 2022
2 parents f7c3a37 + 8623f61 commit c7f7074
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 @@ -3,7 +3,7 @@ apply plugin: "java-gradle-plugin"
apply plugin: "com.gradle.plugin-publish"

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

Expand Down

0 comments on commit c7f7074

Please sign in to comment.