Skip to content

Commit

Permalink
Merge pull request #1108 from freefair/dependabot/gradle/io.github.cl…
Browse files Browse the repository at this point in the history
…assgraph-classgraph-4.8.172

Bump io.github.classgraph:classgraph from 4.8.171 to 4.8.172
  • Loading branch information
larsgrefer committed Apr 22, 2024
2 parents d2af362 + 1e6434e commit 22550e5
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.171'
implementation 'io.github.classgraph:classgraph:4.8.172'
api project(':code-generator-api')
testImplementation project(':test-common')

Expand Down

0 comments on commit 22550e5

Please sign in to comment.