Skip to content

Commit b1b0b76

Browse files
Bump io.github.classgraph:classgraph in /java-client
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.168 to 4.8.170. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.168...classgraph-4.8.170) --- 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 33d571f commit b1b0b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ dependencies {
216216
implementation("org.eclipse", "yasson", "2.0.2")
217217

218218
// https://github.com/classgraph/classgraph
219-
testImplementation("io.github.classgraph:classgraph:4.8.168")
219+
testImplementation("io.github.classgraph:classgraph:4.8.170")
220220

221221
// Eclipse 1.0
222222
testImplementation("junit", "junit" , "4.13.2") {

0 commit comments

Comments
 (0)