Skip to content

Commit

Permalink
Update dependency org.neo4j:neo4j-bolt 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 b5485db commit 2d229ae
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 @@ -17,7 +17,7 @@ dependencies {
compile group: 'org.neo4j', name: 'neo4j-ogm-embedded-driver', version: '3.3.3'

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

// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.3'
Expand Down

0 comments on commit 2d229ae

Please sign in to comment.