diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index 4abe225d3bf..8b21f597aad 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.46" + api "com.orientechnologies:orientdb-client:3.2.49" testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.0' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.49" }