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 a0f783b + 97d35d8 commit 81ebbe9Copy full SHA for 81ebbe9
modules/azure/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: Azure"
3
dependencies {
4
api project(':testcontainers')
5
// TODO use JDK's HTTP client and/or Apache HttpClient5
6
- shaded 'com.squareup.okhttp3:okhttp:4.10.0'
+ shaded 'com.squareup.okhttp3:okhttp:4.11.0'
7
8
testImplementation 'org.assertj:assertj-core:3.24.2'
9
testImplementation 'com.azure:azure-cosmos:4.47.0'
0 commit comments