From 27a4ea05e7f752d871f9946be950d83b0146bcf8 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:31:06 +0000 Subject: [PATCH] Update dependency com.jayway.jsonpath:json-path to v2.8.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9626a79f..319c7182 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.8.0' implementation 'info.picocli:picocli:4.6.2' implementation 'io.temporal:temporal-sdk:1.20.0' implementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'