Skip to content

Commit 09a9bea

Browse files
fix(deps): update dependency com.jayway.jsonpath:json-path to v2.10.0
1 parent 90fd359 commit 09a9bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark-overhead/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation("org.junit.jupiter:junit-jupiter-params")
2626
testImplementation("com.squareup.okhttp3:okhttp:5.3.0")
2727
testImplementation("org.jooq:joox:2.0.1")
28-
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
28+
testImplementation("com.jayway.jsonpath:json-path:2.10.0")
2929
testImplementation("org.slf4j:slf4j-simple:2.0.17")
3030

3131
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)