From b6031382483f2b47a0f07e599fe4dca020178a27 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Jul 2022 17:11:16 +0200 Subject: [PATCH] Upgrade to SendGrid 4.9.3 Closes gh-31747 --- 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 bd8fc5401311..47c58b6e3ccf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1590,7 +1590,7 @@ bom { ] } } - library("SendGrid", "4.9.2") { + library("SendGrid", "4.9.3") { group("com.sendgrid") { modules = [ "sendgrid-java"