From de59f948f2ef64d0da2dc44acdd3b6d5fa1070e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Aug 2022 20:54:32 +0200 Subject: [PATCH] Upgrade to Gson 2.9.1 Closes gh-32018 --- 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 71d2da75eee7..d1ea03e2d1d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -418,7 +418,7 @@ bom { ] } } - library("Gson", "2.9.0") { + library("Gson", "2.9.1") { group("com.google.code.gson") { modules = [ "gson"