From f4d4015afc7636ea3eaf48a64bbf1225331ece01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Sep 2025 23:02:08 +0000 Subject: [PATCH] Update dependency com.sendgrid:sendgrid-java to v4.10.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 588601a..1c11886 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ dependencies { api 'com.twilio.sdk:twilio:10.9.2' // SendGrid SDK to send emails from GCE - api 'com.sendgrid:sendgrid-java:4.10.2' + api 'com.sendgrid:sendgrid-java:4.10.3' // ZT-Exec for exec identity store api 'org.zeroturnaround:zt-exec:1.12'