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 c9011ef + 457e94d commit d676097Copy full SHA for d676097
modules/azure/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
api project(':mssqlserver')
6
// TODO use JDK's HTTP client and/or Apache HttpClient5
7
- shaded 'com.squareup.okhttp3:okhttp:4.12.0'
+ shaded 'com.squareup.okhttp3:okhttp:5.1.0'
8
9
testImplementation 'org.assertj:assertj-core:3.27.3'
10
testImplementation platform("com.azure:azure-sdk-bom:1.2.32")
0 commit comments