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 9f7e49c + 7f528a4 commit 3280fdaCopy full SHA for 3280fda
modules/orientdb/build.gradle
@@ -3,9 +3,9 @@ description = "TestContainers :: Orientdb"
3
dependencies {
4
api project(":testcontainers")
5
6
- api "com.orientechnologies:orientdb-client:3.2.0"
+ api "com.orientechnologies:orientdb-client:3.2.12"
7
8
testImplementation 'org.assertj:assertj-core:3.23.1'
9
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.1'
10
- testImplementation "com.orientechnologies:orientdb-gremlin:3.2.0"
+ testImplementation "com.orientechnologies:orientdb-gremlin:3.2.12"
11
}
0 commit comments