From e496d2e3219e6dbf59d2bf61c4ce401aad8389ac Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Jun 2021 07:57:49 +0200 Subject: [PATCH] Upgrade to Gson 2.8.7 Closes gh-26786 --- 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 eeeab7d6edb..786bc62af3f 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.6") { + library("Gson", "2.8.7") { group("com.google.code.gson") { modules = [ "gson"