From 88825923b61bdb04c44b5f4f2d2aaf7b5581e1c3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:15:17 +0100 Subject: [PATCH] Upgrade to SendGrid 4.7.1 Closes gh-24925 --- 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 73d4ee0db2..37d4e7273c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1472,7 +1472,7 @@ bom { ] } } - library("SendGrid", "4.6.8") { + library("SendGrid", "4.7.1") { group("com.sendgrid") { modules = [ "sendgrid-java"