Skip to content

Commit

Permalink
Update dependency org.neo4j:neo4j to v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 24, 2023
1 parent 70a17af commit fa02585
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.13.0'
compile group: 'org.neo4j', name: 'neo4j', version: '5.14.0'

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

0 comments on commit fa02585

Please sign in to comment.