From 86df27c844ff2d1d06d878111a86c1e241e20696 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 13:31:06 +0200 Subject: [PATCH] Upgrade to SendGrid 4.6.4 Closes gh-23357 --- 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 6cef731298..57c7e2af72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1480,7 +1480,7 @@ bom { ] } } - library("SendGrid", "4.6.3") { + library("SendGrid", "4.6.4") { group("com.sendgrid") { modules = [ "sendgrid-java"