We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ca59a commit 1801978Copy full SHA for 1801978
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
61
// Enforce wiremock to use latest guava and json-smart
62
testImplementation('com.google.guava:guava:31.1-jre')
63
- testImplementation('net.minidev:json-smart:2.4.8')
+ testImplementation('net.minidev:json-smart:2.4.9')
64
65
testRuntimeOnly('org.slf4j:slf4j-simple:1.7.25') // capture WireMock logging
66
0 commit comments