From 0aa923be0267ec7e0da3693852978a873b7a7031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:03:05 +0000 Subject: [PATCH] Bump com.couchbase.client:java-client from 3.9.0 to 3.9.1 Bumps [com.couchbase.client:java-client](https://github.com/couchbase/couchbase-jvm-clients) from 3.9.0 to 3.9.1. - [Commits](https://github.com/couchbase/couchbase-jvm-clients/compare/3.9.0...3.9.1) --- updated-dependencies: - dependency-name: com.couchbase.client:java-client dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cd37a7b24..eb4640ef3 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ dependencies { // Databases implementation 'org.influxdb:influxdb-java:2.25' - implementation 'com.couchbase.client:java-client:3.9.0' + implementation 'com.couchbase.client:java-client:3.9.1' runtimeOnly 'org.postgresql:postgresql:42.7.7' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.20.0' // I/O functionalities