From 6ffc4e657d284a2dec22a8b1016ddcc3b1025c0b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:52 +0200 Subject: [PATCH] Upgrade to SendGrid 4.7.4 Closes gh-27722 --- 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 9bf8ad32ef2..b162e356759 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("SendGrid", "4.7.2") { + library("SendGrid", "4.7.4") { group("com.sendgrid") { modules = [ "sendgrid-java"