From fe26947a718d5c5b9d56ba75d359a8f9eed04749 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, 16 Feb 2024 18:08:00 +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 b47ca9c84..d095bb321 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { gsonVersion = '2.10.1' // [2.0,) - jsonPathVersion = '2.8.0' // compileOnly + jsonPathVersion = '2.9.0' // compileOnly cronUtilsVersion = '9.2.1' // for test server only