Browse Source

Upgrade to Gson 2.8.8

Closes gh-28007
pull/28028/head
Stephane Nicoll 4 years ago
parent
commit
aafb2c051d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save