Skip to content

Commit

Permalink
Bump org.neo4j.driver:neo4j-java-driver in /examples
Browse files Browse the repository at this point in the history
Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 4.4.13 to 4.4.18.
- [Release notes](https://github.com/neo4j/neo4j-java-driver/releases)
- [Commits](neo4j/neo4j-java-driver@4.4.13...4.4.18)

---
updated-dependencies:
- dependency-name: org.neo4j.driver:neo4j-java-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 4, 2024
1 parent a687e8a commit ff81bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neo4j-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.13'
testImplementation 'org.neo4j.driver:neo4j-java-driver:4.4.18'
testImplementation 'org.testcontainers:neo4j'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
Expand Down

0 comments on commit ff81bb8

Please sign in to comment.