Bump Couchbase Java SDK to 3.5.2 in 5.3.0. (#1897)

Closes #1896.
This commit is contained in:
Michael Reiche
2024-01-22 13:20:16 -08:00
committed by GitHub
parent 56a750d1ab
commit e0a5e1eadd
2 changed files with 4 additions and 4 deletions

View File

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