From b09d9f7e2c38207bb2d6d70dc3b88504e6c62ebb Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:21:26 -0800 Subject: [PATCH] Update dependency com.jayway.jsonpath:json-path to v2.9.0 (#1910) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> (cherry picked from commit 29e131fa8616542d03c2acb18f938e46df28a316) --- ml-algorithms/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-algorithms/build.gradle b/ml-algorithms/build.gradle index 95cc971541..b18a4920a2 100644 --- a/ml-algorithms/build.gradle +++ b/ml-algorithms/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'software.amazon.awssdk:auth' implementation 'software.amazon.awssdk:apache-client' implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1' - implementation 'com.jayway.jsonpath:json-path:2.8.0' + implementation 'com.jayway.jsonpath:json-path:2.9.0' implementation group: 'org.json', name: 'json', version: '20231013' }