Skip to content

Commit

Permalink
Merge pull request #6173 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez committed Nov 14, 2022
2 parents 9f7e49c + 7f528a4 commit 3280fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/orientdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description = "TestContainers :: Orientdb"
dependencies {
api project(":testcontainers")

api "com.orientechnologies:orientdb-client:3.2.0"
api "com.orientechnologies:orientdb-client:3.2.12"

testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.6.1'
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.0"
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.12"
}

0 comments on commit 3280fda

Please sign in to comment.