From 51fa2d4ca877922c8f33c3b5a901a0fe86dde2e6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:46 +0100 Subject: [PATCH] Upgrade to SendGrid 4.8.3 Closes gh-29864 --- 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 b41f6740bee..a4591c3fa5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1576,7 +1576,7 @@ bom { ] } } - library("SendGrid", "4.8.2") { + library("SendGrid", "4.8.3") { group("com.sendgrid") { modules = [ "sendgrid-java"