diff --git a/modules/orientdb/build.gradle b/modules/orientdb/build.gradle index 174342606fc..9973e1519d3 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.42" + api "com.orientechnologies:orientdb-client:3.2.43" testImplementation 'org.assertj:assertj-core:3.27.4' testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.3' - testImplementation "com.orientechnologies:orientdb-gremlin:3.2.42" + testImplementation "com.orientechnologies:orientdb-gremlin:3.2.43" } tasks.japicmp {