Browse Source

Upgrade to Gson 2.8.9

Closes gh-28552
2.4.x
Stephane Nicoll 4 years ago
parent
commit
2584463fed
  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.8") {
library("Gson", "2.8.9") {
group("com.google.code.gson") {
modules = [
"gson"

Loading…
Cancel
Save