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 7554df8 + 1cf40f6 commit 3095cfaCopy full SHA for 3095cfa
modules/couchbase/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: Couchbase"
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 'com.couchbase.client:java-client:3.4.7'
9
testImplementation 'org.awaitility:awaitility:4.2.0'
0 commit comments