From 81bf91091f760dcab6d116f569d35b72f7bd9fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 09:34:25 +0000 Subject: [PATCH] Bump orientdb-client from 3.0.24 to 3.2.11 in /modules/orientdb Bumps [orientdb-client](https://github.com/orientechnologies/orientdb) from 3.0.24 to 3.2.11. - [Release notes](https://github.com/orientechnologies/orientdb/releases) - [Changelog](https://github.com/orientechnologies/orientdb/blob/develop/history.txt) - [Commits](https://github.com/orientechnologies/orientdb/compare/3.0.24...3.2.11) --- updated-dependencies: - dependency-name: com.orientechnologies:orientdb-client dependency-type: direct:production update-type: version-update:semver-minor ... 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 820e96e114f..20bd14fad46 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.0.24" + api "com.orientechnologies:orientdb-client:3.2.11" testImplementation 'org.assertj:assertj-core:3.22.0' testImplementation 'org.apache.tinkerpop:gremlin-driver:3.3.4'