From 7231c0aadb6671a2a8db4b91eb0092da21d7c35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:47:48 +0000 Subject: [PATCH] Bump com.azure:azure-messaging-servicebus in /modules/azure Bumps [com.azure:azure-messaging-servicebus](https://github.com/Azure/azure-sdk-for-java) from 7.17.8 to 7.17.10. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-messaging-servicebus_7.17.8...azure-messaging-servicebus_7.17.10) --- updated-dependencies: - dependency-name: com.azure:azure-messaging-servicebus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/azure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 1b4242b4eb6..702a2a1a313 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -12,6 +12,6 @@ dependencies { testImplementation 'com.azure:azure-storage-queue:12.24.0' testImplementation 'com.azure:azure-data-tables:12.5.0' testImplementation 'com.azure:azure-messaging-eventhubs:5.19.2' - testImplementation 'com.azure:azure-messaging-servicebus:7.17.8' + testImplementation 'com.azure:azure-messaging-servicebus:7.17.10' testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre8' }