diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ef3409e81..90a8aedd9 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,11 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == [Unreleased] +=== Changed + +- Update OrientDB driver to 3.2.44 +- Update Couchbase driver to 3.9.2 + == [1.1.10] - 2025-08-19 === Changed diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml index c136526c6..b3ad8b66d 100644 --- a/jnosql-couchbase/pom.xml +++ b/jnosql-couchbase/pom.xml @@ -49,7 +49,7 @@ com.couchbase.client java-client - 3.9.0 + 3.9.1 org.testcontainers diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml index 4662c2b20..c974978b1 100644 --- a/jnosql-orientdb/pom.xml +++ b/jnosql-orientdb/pom.xml @@ -35,7 +35,7 @@ com.orientechnologies orientdb-graphdb - 3.2.43 + 3.2.44 ${project.groupId}