Skip to content

Commit 351fbbb

Browse files
chedimilayaperumalg
authored andcommitted
Updates couchbase client sdk
Signed-off-by: Dmitrii Chechetkin <[email protected]>
1 parent 6cf3b4b commit 351fbbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
<mysql.version>9.2.0</mysql.version>
323323
<commonmark.version>0.22.0</commonmark.version>
324324

325-
<couchbase.version>3.8.0</couchbase.version>
325+
<couchbase.version>3.9.1</couchbase.version>
326326
<neo4j-cypher-dsl-bom.version>2024.5.1</neo4j-cypher-dsl-bom.version>
327327

328328
<!-- testing dependencies -->

vector-stores/spring-ai-couchbase-store/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<dependency>
2626
<groupId>com.couchbase.client</groupId>
2727
<artifactId>java-client</artifactId>
28+
<version>${couchbase.version}</version>
2829
</dependency>
2930
<dependency>
3031
<groupId>org.springframework.ai</groupId>

0 commit comments

Comments
 (0)