From 2cea5fbea4a60a3bacf5a6e22f728935fff688e2 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" Date: Thu, 2 Jun 2022 08:51:47 +0000 Subject: [PATCH] Update dependency com.vonage:client to v6.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93f9fda..4123bb5 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'com.vonage:client:6.2.0' + implementation 'com.vonage:client:6.4.2' testImplementation 'org.springframework.boot:spring-boot-starter-test' }