From 1e295b4e9051565d7407e89c7e6824d1dbba27fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 04:27:00 +0000 Subject: [PATCH] Bump com.couchbase.client:java-client from 3.8.1 to 3.8.2 Bumps [com.couchbase.client:java-client](https://github.com/couchbase/couchbase-jvm-clients) from 3.8.1 to 3.8.2. - [Commits](https://github.com/couchbase/couchbase-jvm-clients/compare/core-io-3.8.1...core-io-3.8.2) --- updated-dependencies: - dependency-name: com.couchbase.client:java-client dependency-version: 3.8.2 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 04faa6439..013c9d414 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { // Databases implementation 'org.influxdb:influxdb-java:2.25' - implementation 'com.couchbase.client:java-client:3.8.1' + implementation 'com.couchbase.client:java-client:3.8.2' runtimeOnly 'org.postgresql:postgresql:42.7.6' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.19.0' // I/O functionalities