Skip to content

Commit

Permalink
Update neo4j version to 4.4.29 in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brs96 committed Dec 27, 2023
1 parent 88ccd78 commit 7edf6df
Showing 1 changed file with 1 addition and 1 deletion.
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.28'),
'4.4': properties.getOrDefault('neo4jVersion44', '4.4.29'),
'5.1': properties.getOrDefault('neo4jVersion51', '5.1.0'),
'5.2': properties.getOrDefault('neo4jVersion52', '5.2.0'),
'5.3': properties.getOrDefault('neo4jVersion53', '5.3.0'),
Expand Down

0 comments on commit 7edf6df

Please sign in to comment.