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 7ce7b43 + c7aa76f commit 2a72cafCopy full SHA for 2a72caf
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.11.0'
+ shaded 'com.squareup.okhttp3:okhttp:4.12.0'
7
8
testImplementation 'com.couchbase.client:java-client:3.4.11'
9
testImplementation 'org.awaitility:awaitility:4.2.0'
0 commit comments