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 f2a6fe9 + 978ae2c commit 68f3f48Copy full SHA for 68f3f48
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:5.1.0'
+ shaded 'com.squareup.okhttp3:okhttp:5.3.2'
7
8
testImplementation 'com.couchbase.client:java-client:3.9.1'
9
testImplementation 'org.awaitility:awaitility:4.3.0'
0 commit comments