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 1690c13 + b2de3d5 commit a1ca87fCopy full SHA for a1ca87f
examples/neo4j-container/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
testImplementation 'org.assertj:assertj-core:3.24.2'
11
- testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.12'
+ testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.13'
12
testImplementation 'org.testcontainers:neo4j'
13
testImplementation 'org.testcontainers:junit-jupiter'
14
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
0 commit comments