We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d667dc commit 27d76caCopy full SHA for 27d76ca
modules/azure/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
shaded 'com.squareup.okhttp3:okhttp:5.1.0'
8
9
testImplementation 'org.assertj:assertj-core:3.27.4'
10
- testImplementation platform("com.azure:azure-sdk-bom:1.2.32")
+ testImplementation platform("com.azure:azure-sdk-bom:1.2.37")
11
testImplementation 'com.azure:azure-cosmos'
12
testImplementation 'com.azure:azure-storage-blob'
13
testImplementation 'com.azure:azure-storage-queue'
0 commit comments