From 1e6627d45800c0e911d58a779bd373689aa9c397 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:34:16 +0000 Subject: [PATCH] Upgrade to SendGrid 4.10.1 Closes gh-39031 --- 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 d1600aec42..a6204b42a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1460,7 +1460,7 @@ bom { ] } } - library("SendGrid", "4.9.3") { + library("SendGrid", "4.10.1") { group("com.sendgrid") { modules = [ "sendgrid-java"