From aaf25d3aabd44b6d566dbb57a894837d32b80cbb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 17 Sep 2020 13:22:11 +0100 Subject: [PATCH] Upgrade to SendGrid 4.6.5 Closes gh-23397 --- 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 edcecbb6006..f8c97348a31 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.4") { + library("SendGrid", "4.6.5") { group("com.sendgrid") { modules = [ "sendgrid-java"