Skip to content

Commit

Permalink
Update dependency org.neo4j:neo4j to v5.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent de4d1e6 commit b5485db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/neo4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile project(':ecco-service')

// https://mvnrepository.com/artifact/org.neo4j/neo4j
compile group: 'org.neo4j', name: 'neo4j', version: '5.17.0'
compile group: 'org.neo4j', name: 'neo4j', version: '5.18.0'

// https://mvnrepository.com/artifact/org.neo4j/neo4j-ogm-core
compile group: 'org.neo4j', name: 'neo4j-ogm-core', version: '4.0.9'
Expand Down

0 comments on commit b5485db

Please sign in to comment.