From f5234243890e602cd2ad333f26ff6f5d4672622b Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Fri, 12 Sep 2025 21:13:59 +0100 Subject: [PATCH 1/4] chore: update orientdb-graphdb dependency version to 3.2.44 --- jnosql-orientdb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} From 94297fdfd86c3da9893ddc75634c623c4a59d255 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Fri, 12 Sep 2025 21:14:26 +0100 Subject: [PATCH 2/4] docs: update changelog to reflect OrientDB driver update to 3.2.44 --- CHANGELOG.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ef3409e81..eb8140785 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,10 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == [Unreleased] +=== Changed + +- Update OrientDB driver to 3.2.44 + == [1.1.10] - 2025-08-19 === Changed From 27bf25a9ccbb4c78ac4b00fe6e16076489acdb4e Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Fri, 12 Sep 2025 21:16:01 +0100 Subject: [PATCH 3/4] chore: update java-client dependency version to 3.9.1 --- jnosql-couchbase/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ed6d8eee5429a94ab9afe30b60e37bf2e2de111f Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Fri, 12 Sep 2025 21:16:06 +0100 Subject: [PATCH 4/4] docs: update changelog to include Couchbase driver update to 3.9.2 --- CHANGELOG.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index eb8140785..90a8aedd9 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -11,6 +11,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version === Changed - Update OrientDB driver to 3.2.44 +- Update Couchbase driver to 3.9.2 == [1.1.10] - 2025-08-19