From 381112ed05203e100edd143978289abfe0cc2991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:26:44 +0000 Subject: [PATCH] Bump twilio from 8.24.0 to 8.25.0 Bumps [twilio](https://github.com/twilio/twilio-java) from 8.24.0 to 8.25.0. - [Release notes](https://github.com/twilio/twilio-java/releases) - [Changelog](https://github.com/twilio/twilio-java/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-java/compare/8.24.0...8.25.0) --- updated-dependencies: - dependency-name: com.twilio.sdk:twilio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 480c8271..a9042627 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ dependencies { api 'com.kohlschutter.junixsocket:junixsocket-core:2.4.0' // Twilio SDK for SMS - api 'com.twilio.sdk:twilio:8.24.0' + api 'com.twilio.sdk:twilio:8.25.0' // SendGrid SDK to send emails from GCE api 'com.sendgrid:sendgrid-java:4.8.1'