Skip to content

Commit

Permalink
[NOID] Changed bolt driver version (#3501) (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Mar 28, 2023
1 parent 0916822 commit cf5ea51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extended/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ dependencies {
// These will be dependencies not packaged with the .jar
// They need to be provided either through the database or in an extra .jar
compileOnly group: 'org.neo4j', name: 'neo4j', version: neo4jVersionEffective
compileOnly group: 'org.neo4j.driver', name: 'neo4j-java-driver-slim', version: '4.4.5'
// 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.apache.poi', name: 'poi', version: '5.1.0'
compileOnly group: 'org.apache.poi', name: 'poi-ooxml', version: '5.1.0'
compileOnly group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '3.141.59', {
Expand Down

0 comments on commit cf5ea51

Please sign in to comment.