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 {
releaseNotes("https://github.com/json-path/JsonPath/releases/tag/json-path-{version}") 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") { group("net.minidev") {
modules = [ modules = [
"json-smart" "json-smart"

Loading…
Cancel
Save