From b77172064beb288396d234a183a7082d6a5564a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:15:25 +0000 Subject: [PATCH] Bump com.couchbase.client:java-client in /modules/couchbase Bumps [com.couchbase.client:java-client](https://github.com/couchbase/couchbase-jvm-clients) from 3.11.2 to 3.12.0. - [Commits](https://github.com/couchbase/couchbase-jvm-clients/compare/3.11.2...3.12.0) --- updated-dependencies: - dependency-name: com.couchbase.client:java-client dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/couchbase/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/couchbase/build.gradle b/modules/couchbase/build.gradle index 707a559290a..6dadc8093d9 100644 --- a/modules/couchbase/build.gradle +++ b/modules/couchbase/build.gradle @@ -5,6 +5,6 @@ dependencies { // TODO use JDK's HTTP client and/or Apache HttpClient5 shaded 'com.squareup.okhttp3:okhttp:5.3.2' - testImplementation 'com.couchbase.client:java-client:3.11.2' + testImplementation 'com.couchbase.client:java-client:3.12.0' testImplementation 'org.awaitility:awaitility:4.3.0' }