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 02a6065 + 285ce0e commit 2c24ce2Copy full SHA for 2c24ce2
examples/neo4j-container/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
testImplementation 'org.assertj:assertj-core:3.22.0'
11
- testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.3'
+ testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.5'
12
testImplementation 'org.testcontainers:neo4j'
13
testImplementation 'org.testcontainers:junit-jupiter'
14
}
0 commit comments