From eee699aa6e00c70afc8d8569e82c0d1289434f71 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Oct 2021 14:43:28 +0100 Subject: [PATCH] Upgrade to SendGrid 4.7.6 Closes gh-28421 --- 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 998fc35d057..f6b275e2855 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1555,7 +1555,7 @@ bom { ] } } - library("SendGrid", "4.7.5") { + library("SendGrid", "4.7.6") { group("com.sendgrid") { modules = [ "sendgrid-java"