diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 226f668e954..0a7b5e68024 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -10,7 +10,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.27.4' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' - testImplementation platform("com.azure:azure-sdk-bom:1.2.32") + testImplementation platform("com.azure:azure-sdk-bom:1.2.37") testImplementation 'com.azure:azure-cosmos' testImplementation 'com.azure:azure-storage-blob' testImplementation 'com.azure:azure-storage-queue'