diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index cece637545d..118df623e2f 100644 --- a/modules/orientdb/build.gradle +++ b/modules/orientdb/build.gradle @@ -3,11 +3,11 @@ description = "Testcontainers :: Orientdb" dependencies { api project(":testcontainers") - api "com.orientechnologies:orientdb-client:3.2.33" + api "com.orientechnologies:orientdb-client:3.2.41" testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.2' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.33" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.41" } tasks.japicmp {