diff --git a/modules/couchbase/build.gradle b/modules/couchbase/build.gradle index 251aa918330..e08696a654a 100644 --- a/modules/couchbase/build.gradle +++ b/modules/couchbase/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Couchbase" dependencies { api project(':testcontainers') // TODO use JDK's HTTP client and/or Apache HttpClient5 - shaded 'com.squareup.okhttp3:okhttp:5.1.0' + shaded 'com.squareup.okhttp3:okhttp:5.3.2' testImplementation 'com.couchbase.client:java-client:3.9.1' testImplementation 'org.awaitility:awaitility:4.3.0'