From 7e5fc5a992d61b485cf816f2633e28050a45bc1e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:10 +0200 Subject: [PATCH] Upgrade to Json Path 2.6.0 Closes gh-27272 --- 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 e61a88f565e..b398774f61f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -943,7 +943,7 @@ bom { ] } } - library("Json Path", "2.5.0") { + library("Json Path", "2.6.0") { group("com.jayway.jsonpath") { modules = [ "json-path",