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 9925e5e + 43829c7 commit f2a6fe9Copy full SHA for f2a6fe9
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.44"
+ api "com.orientechnologies:orientdb-client:3.2.46"
7
8
- testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.4'
9
- testImplementation "com.orientechnologies:orientdb-gremlin:3.2.44"
+ testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.0'
+ testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46"
10
}
0 commit comments