From f618b7fbe12b38affb6aee74e48c460c02797981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:12:10 +0000 Subject: [PATCH] Bump orientdb-gremlin from 3.0.18 to 3.2.8 in /modules/orientdb Bumps [orientdb-gremlin](https://github.com/orientechnologies/orientdb-gremlin) from 3.0.18 to 3.2.8. - [Release notes](https://github.com/orientechnologies/orientdb-gremlin/releases) - [Commits](https://github.com/orientechnologies/orientdb-gremlin/compare/3.0.18...3.2.8) --- 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..1fccc842b78 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.8" }