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 +