From 47c22fdbee48cebff9d566a9ac33d120b2cdd254 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:33 +0100 Subject: [PATCH] Upgrade to SendGrid 4.6.3 Closes gh-22814 --- 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 10931546233..20c15290d0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1473,7 +1473,7 @@ bom { ] } } - library("SendGrid", "4.6.0") { + library("SendGrid", "4.6.3") { group("com.sendgrid") { modules = [ "sendgrid-java"