From b3c41803380f560dccc05d9d1e360c05011b1741 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:21 +0200 Subject: [PATCH] Upgrade to SendGrid 4.6.6 Closes gh-23666 --- 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 837abc41010..ddd3013e128 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1480,7 +1480,7 @@ bom { ] } } - library("SendGrid", "4.6.5") { + library("SendGrid", "4.6.6") { group("com.sendgrid") { modules = [ "sendgrid-java"