Browse Source

Upgrade to Gson 2.9.0

Closes gh-29836
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
197162b2bb
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -392,7 +392,7 @@ bom { @@ -392,7 +392,7 @@ bom {
]
}
}
library("Gson", "2.8.9") {
library("Gson", "2.9.0") {
group("com.google.code.gson") {
modules = [
"gson"

Loading…
Cancel
Save