From dfd52376d79facea02f8c5d5e13741ebdaaab1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 17:20:10 +0000 Subject: [PATCH] Bump java-client from 3.2.3 to 3.2.4 Bumps [java-client](https://github.com/couchbase/couchbase-jvm-clients) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/couchbase/couchbase-jvm-clients/releases) - [Commits](https://github.com/couchbase/couchbase-jvm-clients/compare/java-client-3.2.3...java-client-3.2.4) --- updated-dependencies: - dependency-name: com.couchbase.client:java-client 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 083537f72..d709e1433 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { // Databases implementation 'org.influxdb:influxdb-java:2.22' - implementation 'com.couchbase.client:java-client:3.2.3' + implementation 'com.couchbase.client:java-client:3.2.4' runtimeOnly 'org.postgresql:postgresql:42.3.1' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.11.0' // I/O functionalities