From caa2b7ebebb3784058fb1729f600a2dcd6b7505c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:59: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.32 to 3.2.34. - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.34/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.2.32...3.2.34) --- updated-dependencies: - dependency-name: com.orientechnologies:orientdb-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/orientdb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index dbe1714cfc5..0e3ee70451f 100644 --- a/modules/orientdb/build.gradle +++ b/modules/orientdb/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Orientdb" dependencies { api project(":testcontainers") - api "com.orientechnologies:orientdb-client:3.2.32" + api "com.orientechnologies:orientdb-client:3.2.34" testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.2'