From 2584463fed985937d4ef39c4d9b145c51760b3e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:03 +0100 Subject: [PATCH] Upgrade to Gson 2.8.9 Closes gh-28552 --- 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 ce54641ebc..f6ce1dc0f1 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.8") { + library("Gson", "2.8.9") { group("com.google.code.gson") { modules = [ "gson"