Skip to content

Commit 32cfae2

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump io.github.classgraph:classgraph from 4.8.156 to 4.8.158
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.156 to 4.8.158. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.156...classgraph-4.8.158) --- 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>
1 parent 7dc15ca commit 32cfae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
testImplementation 'com.squareup:javapoet:1.13.0'
2525

2626
implementation "com.squareup.okio:okio:3.3.0"
27-
implementation 'io.github.classgraph:classgraph:4.8.156'
27+
implementation 'io.github.classgraph:classgraph:4.8.158'
2828

2929
// This dependency is only needed as a "sample" compiler plugin to test that
3030
// running compiler plugins passed via the pluginClasspath CLI option works

0 commit comments

Comments
 (0)