From 570602297f0e9abe46b7439ee7b19ed7017a2cd6 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Sun, 4 Feb 2024 15:07:31 +0100 Subject: [PATCH] Upgrade to JsonPath 2.9.0 Closes gh-39328 --- 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 c6eba609932..a1ab09cc850 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -693,7 +693,7 @@ bom { ] } } - library("Json Path", "2.8.0") { + library("Json Path", "2.9.0") { group("com.jayway.jsonpath") { modules = [ "json-path",