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 74e1fee + 57663e0 commit 3080796Copy full SHA for 3080796
modules/azure/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
api project(':testcontainers-mssqlserver')
6
// TODO use JDK's HTTP client and/or Apache HttpClient5
7
- shaded 'com.squareup.okhttp3:okhttp:5.1.0'
+ shaded 'com.squareup.okhttp3:okhttp:5.3.2'
8
9
testImplementation platform("com.azure:azure-sdk-bom:1.2.32")
10
testImplementation 'com.azure:azure-cosmos'
0 commit comments