Set Couchbase Java SDK to 3.4.8 on 5.0.x. (#1803)

Closes #1800.
This commit is contained in:
Michael Reiche
2023-08-09 13:17:44 -07:00
committed by GitHub
parent fafbffa1ee
commit 5620f40af0

View File

@@ -18,8 +18,8 @@
</parent>
<properties>
<couchbase>3.4.9</couchbase>
<couchbase.osgi>3.4.9</couchbase.osgi>
<couchbase>3.4.8</couchbase>
<couchbase.osgi>3.4.8</couchbase.osgi>
<springdata.commons>3.0.9-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
<hibernate.validator>7.0.1.Final</hibernate.validator>