From 8fb53e4dcc088fb7e7ff5c78eb1ba8008834eed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:23:24 +0000 Subject: [PATCH] Bump com.orientechnologies:orientdb-client in /modules/orientdb Bumps [com.orientechnologies:orientdb-client](https://github.com/orientechnologies/orientdb) from 3.2.46 to 3.2.49. - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.49/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.46...3.2.49) --- updated-dependencies: - dependency-name: com.orientechnologies:orientdb-client dependency-version: 3.2.49 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 4abe225d3bf..8b21f597aad 100644 --- a/modules/orientdb/build.gradle +++ b/modules/orientdb/build.gradle @@ -3,8 +3,8 @@ description = "Testcontainers :: Orientdb" dependencies { api project(":testcontainers") - api "com.orientechnologies:orientdb-client:3.2.46" + api "com.orientechnologies:orientdb-client:3.2.49" testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.0' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.49" }