From d7ff6e943fd469e8f25111c6046c727caada9861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:12:20 +0000 Subject: [PATCH] Bump com.orientechnologies:orientdb-gremlin in /modules/orientdb Bumps [com.orientechnologies:orientdb-gremlin](https://github.com/orientechnologies/orientdb-gremlin) from 3.2.43 to 3.2.44. - [Commits](https://github.com/orientechnologies/orientdb-gremlin/compare/3.2.43...3.2.44) --- updated-dependencies: - dependency-name: com.orientechnologies:orientdb-gremlin dependency-version: 3.2.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/orientdb/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index 4bb59c14888..2de0c86dee4 100644 --- a/modules/orientdb/build.gradle +++ b/modules/orientdb/build.gradle @@ -3,10 +3,10 @@ description = "Testcontainers :: Orientdb" dependencies { api project(":testcontainers") - api "com.orientechnologies:orientdb-client:3.2.43" + api "com.orientechnologies:orientdb-client:3.2.44" testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.4' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.43" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.44" } tasks.japicmp {