Browse Source

Upgrade to Json Path 2.10.0

Closes gh-48553
pull/48315/merge
Brian Clozel 1 day ago
parent
commit
91ca270281
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -1076,7 +1076,7 @@ bom { @@ -1076,7 +1076,7 @@ bom {
releaseNotes("https://github.com/jOOQ/jOOQ/releases/tag/version-{version}")
}
}
library("Json Path", "2.9.0") {
library("Json Path", "2.10.0") {
group("com.jayway.jsonpath") {
modules = [
"json-path",

Loading…
Cancel
Save