From ca4e1c63937b8b017729f1161f9fb231c2b760b1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Sep 2021 07:40:49 +0200 Subject: [PATCH] Upgrade to SendGrid 4.7.5 Closes gh-28111 --- 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 2c5f6278e6..4c666f34d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1547,7 +1547,7 @@ bom { ] } } - library("SendGrid", "4.7.4") { + library("SendGrid", "4.7.5") { group("com.sendgrid") { modules = [ "sendgrid-java"