From 781ad288b00d075bc4eb997c82cb813f516692bd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:13:03 +0100 Subject: [PATCH] Upgrade to SendGrid 4.8.2 Closes gh-29426 --- 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 fe52e4d374..c59e471b2e 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.8.1") { + library("SendGrid", "4.8.2") { group("com.sendgrid") { modules = [ "sendgrid-java"