diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 4141173f8d..6f153de100 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -51,7 +51,7 @@ 3.9 1.6 2.6.2 - 2.7.4 + 2.7.6 2.1.0 10.14.2.0 4.1.0 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 7967b3a96d..2c90bc9a39 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 e2010d7c92..ae881160bf 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 +