diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index e815c9ff111..358acf05d96 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.44" + api "com.orientechnologies:orientdb-client:3.2.46" testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.4' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.44" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46" }