Skip to content

Commit

Permalink
[NOID] Changed bolt driver version (#3501) (#3509) (#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Jul 24, 2023
1 parent ca8fe07 commit 1271094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extended/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
// They need to be provided either through the database or in an extra .jar
compileOnly group: 'org.neo4j', name: 'neo4j', version: neo4jVersionEffective
// same version as the one included in neo4j `lib`
compileOnly group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '5.5.0'
compileOnly group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '5.9.0'

compileOnly group: 'org.apache.poi', name: 'poi', version: '5.1.0'
compileOnly group: 'org.apache.poi', name: 'poi-ooxml', version: '5.1.0'
Expand Down

0 comments on commit 1271094

Please sign in to comment.