From d7599aa5a0391cab05b1644495bac44ef52e6fd3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:47:34 +0100 Subject: [PATCH] Upgrade to SendGrid 4.9.3 Closes gh-31652 --- 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 78430c23f0..bf4634c29b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1319,7 +1319,7 @@ bom { ] } } - library("SendGrid", "4.9.2") { + library("SendGrid", "4.9.3") { group("com.sendgrid") { modules = [ "sendgrid-java"