Browse Source

Upgrade to Gson 2.8.7

Closes gh-26802
pull/26813/head
Stephane Nicoll 5 years ago
parent
commit
7ea263548c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save