Upgrade Couchbase Java SDK to 3.1.3. (#1098)

Closes #1079.

Co-authored-by: mikereiche <michael.reiche@couchbase.com>
This commit is contained in:
Michael Reiche
2021-03-15 12:12:06 -07:00
committed by GitHub
parent a142f0895a
commit cbcd048f3d
2 changed files with 5 additions and 3 deletions

View File

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