Browse Source

Upgrade to Json Path 2.6.0

Closes gh-27272
pull/27297/head
Stephane Nicoll 5 years ago
parent
commit
7e5fc5a992
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -943,7 +943,7 @@ bom { @@ -943,7 +943,7 @@ bom {
]
}
}
library("Json Path", "2.5.0") {
library("Json Path", "2.6.0") {
group("com.jayway.jsonpath") {
modules = [
"json-path",

Loading…
Cancel
Save