File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55 api project(' :testcontainers-mssqlserver' )
66 // TODO use JDK's HTTP client and/or Apache HttpClient5
7- shaded ' com.squareup.okhttp3:okhttp:5.1.0 '
7+ shaded ' com.squareup.okhttp3:okhttp:5.3.2 '
88
99 testImplementation platform(" com.azure:azure-sdk-bom:1.2.32" )
1010 testImplementation ' com.azure:azure-cosmos'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Couchbase"
33dependencies {
44 api project(' :testcontainers' )
55 // TODO use JDK's HTTP client and/or Apache HttpClient5
6- shaded ' com.squareup.okhttp3:okhttp:5.1.0 '
6+ shaded ' com.squareup.okhttp3:okhttp:5.3.2 '
77
88 testImplementation ' com.couchbase.client:java-client:3.9.1'
99 testImplementation ' org.awaitility:awaitility:4.3.0'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Solr"
33dependencies {
44 api project(' :testcontainers' )
55 // TODO use JDK's HTTP client and/or Apache HttpClient5
6- shaded ' com.squareup.okhttp3:okhttp:5.1.0 '
6+ shaded ' com.squareup.okhttp3:okhttp:5.3.2 '
77
88 testImplementation ' org.apache.solr:solr-solrj:8.11.4'
99}
You can’t perform that action at this time.
0 commit comments