Browse Source

Upgrade to Gson 2.8.7

Closes gh-26778
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
790a8c1f47
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save