From d09beaf9686532913e06990bfd2f22171d9ecc9b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 10:09:58 +0200 Subject: [PATCH] Upgrade to Gson 2.8.8 Closes gh-27954 --- 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 1b6820a88f..1cc11cdc59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -359,7 +359,7 @@ bom { ] } } - library("Gson", "2.8.7") { + library("Gson", "2.8.8") { group("com.google.code.gson") { modules = [ "gson"