diff --git a/modules/azure/build.gradle b/modules/azure/build.gradle index 517a981b707..4aa9ef139f4 100644 --- a/modules/azure/build.gradle +++ b/modules/azure/build.gradle @@ -6,7 +6,7 @@ dependencies { // TODO use JDK's HTTP client and/or Apache HttpClient5 shaded 'com.squareup.okhttp3:okhttp:5.1.0' - testImplementation platform("com.azure:azure-sdk-bom:1.2.32") + testImplementation platform("com.azure:azure-sdk-bom:1.2.38") testImplementation 'com.azure:azure-cosmos' testImplementation 'com.azure:azure-storage-blob' testImplementation 'com.azure:azure-storage-queue'