From 8d3e67e56101c924d673b75594f8db5c5798763e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Oct 2021 09:26:10 +0200 Subject: [PATCH] Upgrade to SendGrid 4.7.6 Closes gh-28396 --- 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 19a53890bb..211f438a26 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1580,7 +1580,7 @@ bom { ] } } - library("SendGrid", "4.7.5") { + library("SendGrid", "4.7.6") { group("com.sendgrid") { modules = [ "sendgrid-java"