From 197162b2bb6fe2cbda91977788fb99e9df8bfd81 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 09:41:08 +0100 Subject: [PATCH] Upgrade to Gson 2.9.0 Closes gh-29836 --- 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 deb54851219..0e5bcd29c43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -392,7 +392,7 @@ bom { ] } } - library("Gson", "2.8.9") { + library("Gson", "2.9.0") { group("com.google.code.gson") { modules = [ "gson"