From 90c73d1af93f8f2816d953cb4874663c2468dc87 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:49:14 +0000 Subject: [PATCH] Update dependency com.jayway.jsonpath:json-path to v2.9.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 502d2946..65402726 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.22.0' implementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'