File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
spring-boot-starter-data-couchbase-reactive
spring-boot-starter-data-couchbase Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 5151 <commons-lang3 .version>3.8.1</commons-lang3 .version>
5252 <commons-pool .version>1.6</commons-pool .version>
5353 <commons-pool2 .version>2.6.2</commons-pool2 .version>
54- <couchbase-client .version>2.7.4 </couchbase-client .version>
54+ <couchbase-client .version>2.7.6 </couchbase-client .version>
5555 <couchbase-cache-client .version>2.1.0</couchbase-cache-client .version>
5656 <derby .version>10.14.2.0</derby .version>
5757 <dom4j .version>1.6.1</dom4j .version>
Original file line number Diff line number Diff line change 3131 <groupId >com.couchbase.mock</groupId >
3232 <artifactId >CouchbaseMock</artifactId >
3333 </exclusion >
34+ <exclusion >
35+ <groupId >com.couchbase.client</groupId >
36+ <artifactId >encryption</artifactId >
37+ </exclusion >
3438 </exclusions >
3539 </dependency >
3640 <dependency >
Original file line number Diff line number Diff line change 3131 <groupId >com.couchbase.mock</groupId >
3232 <artifactId >CouchbaseMock</artifactId >
3333 </exclusion >
34+ <exclusion >
35+ <groupId >com.couchbase.client</groupId >
36+ <artifactId >encryption</artifactId >
37+ </exclusion >
3438 </exclusions >
3539 </dependency >
3640 </dependencies >
You can’t perform that action at this time.
0 commit comments