diff --git a/benchmark-overhead/build.gradle.kts b/benchmark-overhead/build.gradle.kts index b66404cdd9..9bba1e0be3 100644 --- a/benchmark-overhead/build.gradle.kts +++ b/benchmark-overhead/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("com.squareup.okhttp3:okhttp:4.10.0") testImplementation("org.jooq:joox:2.0.0") - testImplementation("com.jayway.jsonpath:json-path:2.7.0") + testImplementation("com.jayway.jsonpath:json-path:2.8.0") testImplementation("org.slf4j:slf4j-simple:2.0.7") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")