diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index 3c68060a..e5302899 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.23.1") testImplementation("io.mockk:mockk:1.13.3") testImplementation("org.slf4j:slf4j-simple:2.0.9") - testImplementation("com.jayway.jsonpath:json-path:2.7.0") + testImplementation("com.jayway.jsonpath:json-path:2.8.0") }