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 7eef6de + eec95b9 commit 1b9293aCopy full SHA for 1b9293a
modules/couchbase/build.gradle
@@ -5,7 +5,7 @@ dependencies {
5
// TODO use JDK's HTTP client and/or Apache HttpClient5
6
shaded 'com.squareup.okhttp3:okhttp:5.1.0'
7
8
- testImplementation 'com.couchbase.client:java-client:3.8.3'
+ testImplementation 'com.couchbase.client:java-client:3.9.0'
9
testImplementation 'org.awaitility:awaitility:4.3.0'
10
testImplementation 'org.assertj:assertj-core:3.27.4'
11
}
0 commit comments