From 719ac5fc21e968ea5c3c6a6ec8fa77d68dcafbd7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Sep 2017 17:22:24 +0100 Subject: [PATCH] Upgrade to Couchbase Client 2.5.0 Closes gh-10201 --- spring-boot-dependencies/pom.xml | 2 +- .../spring-boot-starter-data-couchbase/pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index b4844340525..cf667796395 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -66,7 +66,7 @@ 3.6 1.6 2.4.2 - 2.4.7 + 2.5.0 2.1.0 10.13.1.1 1.6.1 diff --git a/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml b/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml index 2d6c825129e..78049ffecd0 100644 --- a/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml @@ -31,6 +31,10 @@ org.slf4j jcl-over-slf4j + + com.couchbase.mock + CouchbaseMock +