From 019ccb92955471d85ad36368122037096f963a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 09:34:19 +0000 Subject: [PATCH] Bump orientdb-gremlin from 3.0.18 to 3.2.11 in /modules/orientdb Bumps [orientdb-gremlin](https://github.com/orientechnologies/orientdb-gremlin) from 3.0.18 to 3.2.11. - [Release notes](https://github.com/orientechnologies/orientdb-gremlin/releases) - [Commits](https://github.com/orientechnologies/orientdb-gremlin/compare/3.0.18...3.2.11) --- updated-dependencies: - dependency-name: com.orientechnologies:orientdb-gremlin 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..a8c3a8f2f8a 100644 --- a/modules/orientdb/build.gradle +++ b/modules/orientdb/build.gradle @@ -7,5 +7,5 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.22.0' testImplementation 'org.apache.tinkerpop:gremlin-driver:3.3.4' - testImplementation "com.orientechnologies:orientdb-gremlin:3.0.18" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.11" }