Skip to content

Commit

Permalink
Update to 4.4.41 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats-SX committed Feb 3, 2025
1 parent cb54944 commit 996c98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pregel-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
ext {
// Make sure these are the same as your installation of GDS and Neo4j
gdsVersion = '2.6.8'
neo4jVersion = '5.19.0'
neo4jVersion = '4.4.41'

// Necessary to generate value classes for Pregel configs
immutablesVersion = '2.8.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
neos = [
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.40'),
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.41'),
'5.11': properties.getOrDefault('neo4jVersion511', '5.11.0'),
'5.12': properties.getOrDefault('neo4jVersion512', '5.12.0'),
'5.13': properties.getOrDefault('neo4jVersion513', '5.13.0'),
Expand Down

0 comments on commit 996c98b

Please sign in to comment.