From 4847a680e2ce732a5109c4357566f74864becc7b Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:38:06 +0000 Subject: [PATCH] Update dependency com.vonage:client to v9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d43e9d4..c5fe483 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { // Install the Vonage Java SDK dependencies { - implementation 'com.vonage:client:6.4.0' + implementation 'com.vonage:client:9.3.0' } // We'll create this class to contain our code: