From ec5674a625a1652f99563bc174299dd76ecf4ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 13:04:58 +0000 Subject: [PATCH] Bump java-client from 3.2.2 to 3.2.3 Bumps [java-client](https://github.com/couchbase/couchbase-jvm-clients) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/couchbase/couchbase-jvm-clients/releases) - [Commits](https://github.com/couchbase/couchbase-jvm-clients/compare/java-client-3.2.2...java-client-3.2.3) --- 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 997cace11..fd09f65e6 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.2' + implementation 'com.couchbase.client:java-client:3.2.3' runtimeOnly 'org.postgresql:postgresql:42.3.1' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.11.0' // I/O functionalities