Browse Source

Upgrade to Gson 2.13.1

Closes gh-45273
pull/45279/head
Stéphane Nicoll 8 months ago
parent
commit
be1a097d31
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -485,7 +485,7 @@ bom { @@ -485,7 +485,7 @@ bom {
site("https://groovy-lang.org")
}
}
library("Gson", "2.13.0") {
library("Gson", "2.13.1") {
group("com.google.code.gson") {
modules = [
"gson"

Loading…
Cancel
Save