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.
1 parent e5916f1 commit a8d2e5dCopy full SHA for a8d2e5d
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