Skip to content

Commit

Permalink
Update dependency io.github.classgraph:classgraph to v4.8.167
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent 12ccb24 commit d5db100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apex-ast-serializer/parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
testFixturesImplementation group: 'org.json', name: 'json', version: '20240303'

// https://mvnrepository.com/artifact/io.github.classgraph/classgraph
graalvmImplementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.165'
graalvmImplementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.167'
nativeImageCompileOnly sourceSets.graalvm.output.classesDirs
}

Expand Down

0 comments on commit d5db100

Please sign in to comment.