Browse Source

Upgrade to Json-smart 2.5.2

Closes gh-44238
pull/44240/head
Stéphane Nicoll 12 months ago
parent
commit
d4ad8f57cb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1080,7 +1080,7 @@ bom { @@ -1080,7 +1080,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