Browse Source

Upgrade to Gson 2.8.7

Closes gh-26786
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
e496d2e321
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -359,7 +359,7 @@ bom { @@ -359,7 +359,7 @@ bom {
]
}
}
library("Gson", "2.8.6") {
library("Gson", "2.8.7") {
group("com.google.code.gson") {
modules = [
"gson"

Loading…
Cancel
Save