From b76691a4b08012c44fa1c4b0eb2f12d2b5d2953c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 09:42:43 +0100 Subject: [PATCH] Upgrade to SendGrid 4.8.1 Closes gh-29239 --- 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 6f1a75099ae..59e54e02ef7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("SendGrid", "4.7.6") { + library("SendGrid", "4.8.1") { group("com.sendgrid") { modules = [ "sendgrid-java"