From 0dc0e393f847713cd990f3d9b9a3831e23803383 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 03:15:53 +0000 Subject: [PATCH] Update dependency com.jayway.jsonpath:json-path to v2.9.0 --- 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' }