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 80b5309 + a8d2e5d commit ce567ebCopy full SHA for ce567eb
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:4.11.0'
7
8
- testImplementation 'com.couchbase.client:java-client:3.4.10'
+ testImplementation 'com.couchbase.client:java-client:3.4.11'
9
testImplementation 'org.awaitility:awaitility:4.2.0'
10
testImplementation 'org.assertj:assertj-core:3.24.2'
11
}
0 commit comments