From 52b5b721091e9dd21048b53ead3fa6baf934a1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 03:48:58 +0000 Subject: [PATCH] Bump com.azure:azure-data-tables from 12.5.0 to 12.5.1 in /modules/azure Bumps [com.azure:azure-data-tables](https://github.com/Azure/azure-sdk-for-java) from 12.5.0 to 12.5.1. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-data-tables_12.5.0...azure-data-tables_12.5.1) --- updated-dependencies: - dependency-name: com.azure:azure-data-tables 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..693f1fa36ea 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -10,7 +10,7 @@ dependencies { testImplementation 'com.azure:azure-cosmos:4.63.3' testImplementation 'com.azure:azure-storage-blob:12.29.0' testImplementation 'com.azure:azure-storage-queue:12.24.0' - testImplementation 'com.azure:azure-data-tables:12.5.0' + testImplementation 'com.azure:azure-data-tables:12.5.1' testImplementation 'com.azure:azure-messaging-eventhubs:5.19.2' testImplementation 'com.azure:azure-messaging-servicebus:7.17.8' testImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre8'