From 3ebec6cc6e199e221763a04716060336f6bd082a Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:10:19 -0800 Subject: [PATCH] Update dependency com.jayway.jsonpath:json-path to v2.9.0 (#1910) (#1956) --- 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' }