From 7ea263548ce24b8c98fb73fd36dfe6b67455d596 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Jun 2021 08:24:48 +0200 Subject: [PATCH] Upgrade to Gson 2.8.7 Closes gh-26802 --- 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 9469a6b14ed6..1bf68337cb1d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -364,7 +364,7 @@ bom { ] } } - library("Gson", "2.8.6") { + library("Gson", "2.8.7") { group("com.google.code.gson") { modules = [ "gson"