From 8ac3528b891112746797a0fad6798587377299bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 19 Sep 2024 08:15:40 +0200 Subject: [PATCH] Upgrade to SendGrid 4.10.3 Closes gh-42368 --- 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 81f67bb9c5..a95593d667 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1863,7 +1863,7 @@ bom { releaseNotes("https://github.com/SeleniumHQ/htmlunit-driver/releases/tag/htmlunit-driver-{version}") } } - library("SendGrid", "4.10.2") { + library("SendGrid", "4.10.3") { group("com.sendgrid") { modules = [ "sendgrid-java"