Browse Source

Upgrade to Json-smart 2.5.2

Closes gh-44263
pull/44306/head
Stéphane Nicoll 1 year ago
parent
commit
69f01052dd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1025,7 +1025,7 @@ bom { @@ -1025,7 +1025,7 @@ bom {
releaseNotes("https://github.com/json-path/JsonPath/releases/tag/json-path-{version}")
}
}
library("Json-smart", "2.5.1") {
library("Json-smart", "2.5.2") {
group("net.minidev") {
modules = [
"json-smart"

Loading…
Cancel
Save