From f1eaa5175f4e3e9084857501760527329b7006b2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 11 Apr 2025 10:23:30 -0700 Subject: [PATCH] Upgrade to Gson 2.13.0 Closes gh-45170 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ef1a22bae3..a6eeef328d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -474,7 +474,7 @@ bom { site("https://groovy-lang.org") } } - library("Gson", "2.12.1") { + library("Gson", "2.13.0") { group("com.google.code.gson") { modules = [ "gson"