Skip to content

Commit 511e6c7

Browse files
authored
Merge pull request #336 from eclipse-jnosql/update-nosql-drivers
Update nosql drivers
2 parents f5fbe14 + ed6d8ee commit 511e6c7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88

99
== [Unreleased]
1010

11+
=== Changed
12+
13+
- Update OrientDB driver to 3.2.44
14+
- Update Couchbase driver to 3.9.2
15+
1116
== [1.1.10] - 2025-08-19
1217

1318
=== Changed

jnosql-couchbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.couchbase.client</groupId>
5151
<artifactId>java-client</artifactId>
52-
<version>3.9.0</version>
52+
<version>3.9.1</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.testcontainers</groupId>

jnosql-orientdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.orientechnologies</groupId>
3737
<artifactId>orientdb-graphdb</artifactId>
38-
<version>3.2.43</version>
38+
<version>3.2.44</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)