From 32e1d68d2f80b3d941f5ed04e6312f4a737cc142 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 May 2019 10:22:28 +0100 Subject: [PATCH] Upgrade to Couchbase Client 2.7.6 Closes gh-16909 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- .../spring-boot-starter-data-couchbase-reactive/pom.xml | 4 ++++ .../spring-boot-starter-data-couchbase/pom.xml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index d0fb2ef3c37..73dc74fe164 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -51,7 +51,7 @@ 3.8.1 1.6 2.6.2 - 2.7.4 + 2.7.6 2.1.0 10.14.2.0 1.6.1 diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml index 7967b3a96d0..2c90bc9a392 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase-reactive/pom.xml @@ -31,6 +31,10 @@ com.couchbase.mock CouchbaseMock + + com.couchbase.client + encryption + diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml index e2010d7c92d..ae881160bfa 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml @@ -31,6 +31,10 @@ com.couchbase.mock CouchbaseMock + + com.couchbase.client + encryption +