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 24701e9 + 00e366f commit 2972c95Copy full SHA for 2972c95
modules/couchbase/build.gradle
@@ -5,6 +5,6 @@ dependencies {
5
// TODO use JDK's HTTP client and/or Apache HttpClient5
6
shaded 'com.squareup.okhttp3:okhttp:3.14.9'
7
8
- testImplementation 'com.couchbase.client:java-client:3.2.6'
+ testImplementation 'com.couchbase.client:java-client:3.3.0'
9
testImplementation 'org.awaitility:awaitility:4.1.1'
10
}
0 commit comments