From 78a15dc8c96742b8efc357fb2e800e61a31ed3b8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:15:03 +0100 Subject: [PATCH] Upgrade to Json Path 2.5.0 Closes gh-24915 --- 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 f350562f84..ec8947d285 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -838,7 +838,7 @@ bom { ] } } - library("Json Path", "2.4.0") { + library("Json Path", "2.5.0") { group("com.jayway.jsonpath") { modules = [ "json-path",