From 7c3b31fd7704c41b3614dad31ca172c1d69e3d6f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:19 +0100 Subject: [PATCH] Upgrade to Json Path 2.7.0 Closes gh-29845 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3ebb287b47d..d4f5e040875 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -976,7 +976,7 @@ bom { ] } } - library("Json Path", "2.6.0") { + library("Json Path", "2.7.0") { group("com.jayway.jsonpath") { modules = [ "json-path",