From 653e64c4efd910ec16c8b5c18ba7e4c82e4a4214 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:02:14 +0000 Subject: [PATCH] Upgrade to SendGrid 4.6.7 Closes gh-23906 --- 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 e67f8252ce4..914679b9d3c 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.6") { + library("SendGrid", "4.6.7") { group("com.sendgrid") { modules = [ "sendgrid-java"