diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index 6d691b407ce..27d9fc56af8 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.53" + api "com.orientechnologies:orientdb-client:3.2.55" testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.1' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.53" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.55" }