From d5f3bd846c204dd3667f267c56a7445e7f51b8cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:44:41 +0000 Subject: [PATCH] Update dependency com.azure:azure-messaging-servicebus to v7.17.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d4b78535f..62777ec9a 100644 --- a/build.gradle +++ b/build.gradle @@ -230,7 +230,7 @@ allprojects { dependencies { annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.2', 'org.projectlombok:lombok-mapstruct-binding:0.2.0' implementation group: 'com.azure', name: 'azure-core', version: '1.53.0' - implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.15.2' + implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.17.5' implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-jaxb-annotations', version: '2.18.1' implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.7' implementation 'com.google.guava:guava:32.1.3-jre'