From 030a01192dd32ac6036a482728b049d98be1b265 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:51 +0100 Subject: [PATCH] Upgrade to SendGrid 4.6.0 Closes gh-21977 --- 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 3db5d96d65..ef6b900755 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1595,7 +1595,7 @@ bom { ] } } - library("SendGrid", "4.4.8") { + library("SendGrid", "4.6.0") { group("com.sendgrid") { modules = [ "sendgrid-java"