From 041a4d1b73a641f549291c47d71cc0632f4dfc86 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Mar 2024 09:02:08 +0000 Subject: [PATCH] Update dependency com.sendgrid:sendgrid-java to v4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 085d073..b22c726 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ dependencies { api 'com.twilio.sdk:twilio:7.55.3' // SendGrid SDK to send emails from GCE - api 'com.sendgrid:sendgrid-java:2.2.2' + api 'com.sendgrid:sendgrid-java:4.10.2' // ZT-Exec for exec identity store api 'org.zeroturnaround:zt-exec:1.12' -- 2.49.1