Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ dependencies {
implementation("org.eclipse", "yasson", "2.0.2")

// https://github.com/classgraph/classgraph
testImplementation("io.github.classgraph:classgraph:4.8.181")
testImplementation("io.github.classgraph:classgraph:4.8.192")
Comment thread
reta marked this conversation as resolved.
Outdated

// Eclipse 1.0
testImplementation("junit", "junit" , "4.13.2") {
Expand Down
Loading