From 97dd01e28a8d6ad54328d0ba2b39fa8591280822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 19 Sep 2024 07:48:46 +0200 Subject: [PATCH] Upgrade to SendGrid 4.10.3 Closes gh-42366 --- 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 f175f0d60f7a..d347e64f5d02 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1868,7 +1868,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"