From e2af680f029f5c0668143a81773ea62f70eaebf8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:35 +0100 Subject: [PATCH] Upgrade to SendGrid 4.6.8 Closes gh-24090 --- 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 1b43b3dc63e9..77e52f259a2f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1474,7 +1474,7 @@ bom { ] } } - library("SendGrid", "4.6.7") { + library("SendGrid", "4.6.8") { group("com.sendgrid") { modules = [ "sendgrid-java"