Skip to content

Commit

Permalink
chore: upgrade couchbase and mongodb
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Nov 19, 2024
1 parent bb17156 commit 9fc0250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jnosql-couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>3.7.1</version>
<version>3.7.5</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<description>The Eclipse JNoSQL layer to MongoDB</description>

<properties>
<monbodb.driver>5.1.3</monbodb.driver>
<monbodb.driver>5.2.1</monbodb.driver>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 9fc0250

Please sign in to comment.