From d917de46650d77267bfdd8d1ed0aafed268b44c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:39:53 +0000 Subject: [PATCH] Bump com.azure:azure-data-tables from 12.5.0 to 12.5.3 in /modules/azure Bumps [com.azure:azure-data-tables](https://github.com/Azure/azure-sdk-for-java) from 12.5.0 to 12.5.3. - [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.3) --- 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..ea55eb342b5 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.3' 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'