From 179b9136addcd1a9c16a88f9ae70bdb1fddc88de Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Nov 2021 07:29:35 +0100 Subject: [PATCH] Upgrade to Gson 2.8.9 Closes gh-28573 --- 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 7aadd34ca531..abced92c1283 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -370,7 +370,7 @@ bom { ] } } - library("Gson", "2.8.8") { + library("Gson", "2.8.9") { group("com.google.code.gson") { modules = [ "gson"