From 63fc60d354f343e2f47078eeef0237939d3358d0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 19 May 2022 09:19:56 +0200 Subject: [PATCH] Upgrade to SendGrid 4.9.2 Closes gh-31116 --- 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 d8d6a345d395..47ef46422270 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1597,7 +1597,7 @@ bom { ] } } - library("SendGrid", "4.9.1") { + library("SendGrid", "4.9.2") { group("com.sendgrid") { modules = [ "sendgrid-java"