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.
2 parents 7ab5e14 + 2f6a513 commit b35d9e6Copy full SHA for b35d9e6
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 'org.assertj:assertj-core:3.27.3'
+ testImplementation 'org.assertj:assertj-core:3.27.4'
10
testImplementation platform("com.azure:azure-sdk-bom:1.2.32")
11
testImplementation 'com.azure:azure-cosmos'
12
testImplementation 'com.azure:azure-storage-blob'
0 commit comments