From 3a83fafebbb8eca4b3c4403347704ca7670914e3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 16 Aug 2021 08:14:34 +0200 Subject: [PATCH] Upgrade to SendGrid 4.7.4 Closes gh-27684 --- 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 4fb23e5c95..3d8a573fcb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1573,7 +1573,7 @@ bom { ] } } - library("SendGrid", "4.7.2") { + library("SendGrid", "4.7.4") { group("com.sendgrid") { modules = [ "sendgrid-java"