Skip to content

Commit 656e26d

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.9.1 to 5.9.2 in /examples
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.1...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f49046 commit 656e26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/neo4j-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111
testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.11'
1212
testImplementation 'org.testcontainers:neo4j'
1313
testImplementation 'org.testcontainers:junit-jupiter'
14-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
14+
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
1515
}

0 commit comments

Comments
 (0)