From d22ac8f75f80d8d323dab92c894e7b4f66b03819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 19:51:24 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.6.0 to 2.9.0 --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b45f1fa6..4bb4f679 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'ch.qos.logback:logback-classic:1.2.9' implementation 'com.google.guava:guava:31.0.1-jre' implementation 'com.google.code.gson:gson:2.8.9' - implementation 'com.jayway.jsonpath:json-path:2.6.0' + implementation 'com.jayway.jsonpath:json-path:2.9.0' implementation 'info.picocli:picocli:4.6.2' implementation 'io.temporal:temporal-sdk:1.26.1' implementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'