From d5099e7c3fd112e62e8457278e6e2bd01fc9c939 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:39 +0000 Subject: [PATCH] Upgrade to SendGrid 4.7.2 Closes gh-25682 --- 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 fed32c0ce75..747e973f4d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1545,7 +1545,7 @@ bom { ] } } - library("SendGrid", "4.7.1") { + library("SendGrid", "4.7.2") { group("com.sendgrid") { modules = [ "sendgrid-java"