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 7317fa2 commit 0b433f5Copy full SHA for 0b433f5
modules/azure/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
// TODO use JDK's HTTP client and/or Apache HttpClient5
7
shaded 'com.squareup.okhttp3:okhttp:5.1.0'
8
9
- testImplementation platform("com.azure:azure-sdk-bom:1.2.32")
+ testImplementation platform("com.azure:azure-sdk-bom:1.2.38")
10
testImplementation 'com.azure:azure-cosmos'
11
testImplementation 'com.azure:azure-storage-blob'
12
testImplementation 'com.azure:azure-storage-queue'
0 commit comments