diff --git a/modules/couchbase/build.gradle b/modules/couchbase/build.gradle index 4ecab1d0f6b..973af4b2ffb 100644 --- a/modules/couchbase/build.gradle +++ b/modules/couchbase/build.gradle @@ -5,7 +5,7 @@ dependencies { // TODO use JDK's HTTP client and/or Apache HttpClient5 shaded 'com.squareup.okhttp3:okhttp:4.12.0' - testImplementation 'com.couchbase.client:java-client:3.7.1' + testImplementation 'com.couchbase.client:java-client:3.7.3' testImplementation 'org.awaitility:awaitility:4.2.0' testImplementation 'org.assertj:assertj-core:3.26.3' }