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.
1 parent 4065ae8 commit 46434dcCopy full SHA for 46434dc
modules/orientdb/build.gradle
@@ -3,11 +3,11 @@ description = "Testcontainers :: Orientdb"
3
dependencies {
4
api project(":testcontainers")
5
6
- api "com.orientechnologies:orientdb-client:3.2.42"
+ api "com.orientechnologies:orientdb-client:3.2.43"
7
8
testImplementation 'org.assertj:assertj-core:3.27.4'
9
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.3'
10
- testImplementation "com.orientechnologies:orientdb-gremlin:3.2.42"
+ testImplementation "com.orientechnologies:orientdb-gremlin:3.2.43"
11
}
12
13
tasks.japicmp {
0 commit comments