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 53478a5 + d5d91b5 commit 6e66150Copy full SHA for 6e66150
modules/couchbase/build.gradle
@@ -3,6 +3,6 @@ description = "Testcontainers :: Couchbase"
3
dependencies {
4
api project(':testcontainers')
5
6
- testImplementation 'com.couchbase.client:java-client:3.1.6'
+ testImplementation 'com.couchbase.client:java-client:3.2.0'
7
testImplementation 'org.awaitility:awaitility:4.1.0'
8
}
0 commit comments