Skip to content

Commit

Permalink
Add dependency versions for neo4j 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenreichardt authored and knutwalker committed Nov 14, 2023
1 parent 6ada34a commit 5fa627b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ext {
'5.11': properties.getOrDefault('neo4jVersion511', '5.11.0'),
'5.12': properties.getOrDefault('neo4jVersion512', '5.12.0'),
'5.13': properties.getOrDefault('neo4jVersion513', '5.13.0'),
'5.14': properties.getOrDefault('neo4jVersion514', '5.14.0'),
]

neo4jDefault = neos.'4.4'
Expand All @@ -31,6 +32,7 @@ ext {
'5.11': '2.13.11',
'5.12': '2.13.11',
'5.13': '2.13.11',
'5.14': '2.13.11',
]

log4js = [
Expand All @@ -43,6 +45,7 @@ ext {
'5.11': '2.20.0',
'5.12': '2.20.0',
'5.13': '2.20.0',
'5.14': '2.20.0',
]

ver = [
Expand Down

0 comments on commit 5fa627b

Please sign in to comment.