Skip to content

Commit 4547f3d

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump classgraph from 4.8.116 to 4.8.120
Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.116 to 4.8.120. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.116...classgraph-4.8.120) --- 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]>
1 parent 4480d61 commit 4547f3d

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:2.10.0"
27-
implementation 'io.github.classgraph:classgraph:4.8.116'
27+
implementation 'io.github.classgraph:classgraph:4.8.120'
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)