From 7e98ee8cf6da50b877abb82715c447384d5cc79e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 24 Mar 2022 13:38:27 -0700 Subject: [PATCH] Upgrade to SendGrid 4.9.1 Closes gh-30420 --- 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 441b9ef570b..aaf5506e6ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1258,7 +1258,7 @@ bom { ] } } - library("SendGrid", "4.9.0") { + library("SendGrid", "4.9.1") { group("com.sendgrid") { modules = [ "sendgrid-java"