From 255936b9906d0529d522f73398521926ad2e3e6f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:33 +0000 Subject: [PATCH] Upgrade to SendGrid 4.10.2 Closes gh-39725 --- 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 5c526487ed8..13b1466e24b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1395,7 +1395,7 @@ bom { ] } } - library("SendGrid", "4.10.1") { + library("SendGrid", "4.10.2") { group("com.sendgrid") { modules = [ "sendgrid-java"