We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50bab4 commit 29447b4Copy full SHA for 29447b4
benchmark-overhead/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
testImplementation("org.junit.jupiter:junit-jupiter-params")
25
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
26
testImplementation("org.jooq:joox:2.0.0")
27
- testImplementation("com.jayway.jsonpath:json-path:2.8.0")
+ testImplementation("com.jayway.jsonpath:json-path:2.9.0")
28
testImplementation("org.slf4j:slf4j-simple:2.0.9")
29
30
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
0 commit comments