From bf839227d2ac80487694256524f675c58a3ea4da Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Wed, 24 Jan 2024 11:45:43 -0500 Subject: [PATCH] Bump json path Signed-off-by: Stephen Crawford --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 096e453813..4eb27f29ac 100644 --- a/build.gradle +++ b/build.gradle @@ -186,7 +186,7 @@ dependencies { } implementation 'commons-lang:commons-lang:2.4' implementation 'commons-collections:commons-collections:3.2.2' - implementation 'com.jayway.jsonpath:json-path:2.4.0' + implementation 'com.jayway.jsonpath:json-path:2.9.0' implementation 'org.apache.httpcomponents:httpclient:4.5.13' runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.10.8' runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.10.8'