Upgrade Couchbase Java SDK to 3.1.3.

Closes #1079.
Original pull request #1098.
This commit is contained in:
mikereiche
2021-03-15 15:52:55 -04:00
parent fdbb839119
commit b2c1f7a72f
2 changed files with 6 additions and 20 deletions

View File

@@ -18,8 +18,8 @@
</parent>
<properties>
<couchbase>3.0.10</couchbase>
<couchbase.osgi>3.0.10</couchbase.osgi>
<couchbase>3.1.3</couchbase>
<couchbase.osgi>3.1.3</couchbase.osgi>
<springdata.commons>2.4.6-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>