From 662c08acd55a7ec44a57c46297ec40c6bc10ccfd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:21 +0000 Subject: [PATCH] Upgrade to SendGrid 4.4.5 Closes gh-20466 --- 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 a2808ea58d..0e8fd82b75 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1541,7 +1541,7 @@ bom { ] } } - library("SendGrid", "4.4.4") { + library("SendGrid", "4.4.5") { group("com.sendgrid") { modules = [ "sendgrid-java"