From 4652bb7adfe16d3d3234caa139c7381cf7940a0b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Sep 2021 07:34:55 +0200 Subject: [PATCH] Upgrade to SendGrid 4.7.5 Closes gh-28109 --- 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 54aa3ed1a88e..2edd582ba283 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1573,7 +1573,7 @@ bom { ] } } - library("SendGrid", "4.7.4") { + library("SendGrid", "4.7.5") { group("com.sendgrid") { modules = [ "sendgrid-java"