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 e25991a + 94cca2a commit 07cf643Copy full SHA for 07cf643
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.11'
+ testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.12'
12
testImplementation 'org.testcontainers:neo4j'
13
testImplementation 'org.testcontainers:junit-jupiter'
14
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
0 commit comments