We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b9b0f3 + a3ee4a7 commit 467333bCopy full SHA for 467333b
modules/orientdb/build.gradle
@@ -3,8 +3,8 @@ description = "Testcontainers :: Orientdb"
3
dependencies {
4
api project(":testcontainers")
5
6
- api "com.orientechnologies:orientdb-client:3.2.46"
+ api "com.orientechnologies:orientdb-client:3.2.51"
7
8
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.1'
9
- testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46"
+ testImplementation "com.orientechnologies:orientdb-gremlin:3.2.51"
10
}
0 commit comments