Skip to content

Commit 9fdd25a

Browse files
committed
Upgrade to Couchbase Client 3.11.3.
See #2133
1 parent 60d33c8 commit 9fdd25a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

@@ -18,7 +17,7 @@
1817
</parent>
1918

2019
<properties>
21-
<couchbase>3.11.2</couchbase>
20+
<couchbase>3.11.3</couchbase>
2221
<springdata.commons>4.1.0-SNAPSHOT</springdata.commons>
2322
<java-module-name>spring.data.couchbase</java-module-name>
2423
<hibernate.validator>7.0.1.Final</hibernate.validator>
@@ -342,4 +341,4 @@
342341
<url>https://repo.spring.io/milestone</url>
343342
</repository>
344343
</repositories>
345-
</project>
344+
</project>

0 commit comments

Comments
 (0)