From fc5b7fc6876120e6b592c21a195d399f21f1e6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 04:20:43 +0000 Subject: [PATCH] Bump java-client from 3.1.5 to 3.1.6 Bumps [java-client](https://github.com/couchbase/couchbase-jvm-clients) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/couchbase/couchbase-jvm-clients/releases) - [Commits](https://github.com/couchbase/couchbase-jvm-clients/commits) --- 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 c55a454a6..c6ec90013 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { // Databases compile 'org.influxdb:influxdb-java:2.21' - compile 'com.couchbase.client:java-client:3.1.5' + compile 'com.couchbase.client:java-client:3.1.6' runtimeOnly 'org.postgresql:postgresql:42.2.20' // postgresql jdbc driver required during runtime