Skip to content

Commit

Permalink
Merge pull request #10 from meik99/renovate/org.neo4j-neo4j-bolt-3.x
Browse files Browse the repository at this point in the history
Update dependency org.neo4j:neo4j-bolt to v3.5.35
  • Loading branch information
meik99 authored Jun 15, 2023
2 parents faf4749 + 1ec0c6c commit 87e48d5
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.1.9'

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

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

0 comments on commit 87e48d5

Please sign in to comment.