From 2b969d07d7925f9348877d694e5488df8c92c3a8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:48 +0200 Subject: [PATCH] Upgrade to SendGrid 4.4.8 Closes gh-21252 --- 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 7846c92cc8..59f67e1aba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1546,7 +1546,7 @@ bom { ] } } - library("SendGrid", "4.4.6") { + library("SendGrid", "4.4.8") { group("com.sendgrid") { modules = [ "sendgrid-java"