Skip to content

Commit

Permalink
Bump RC to 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinD committed Nov 29, 2023
1 parent 945d77c commit 3c915ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ext {
'5.12': properties.getOrDefault('neo4jVersion512', '5.12.0'),
'5.13': properties.getOrDefault('neo4jVersion513', '5.13.0'),
'5.14': properties.getOrDefault('neo4jVersion514', '5.14.0'),
'5.15': properties.getOrDefault('neo4jVersion514', '5.15.0'),
]

neo4jDefault = neos.'4.4'
Expand All @@ -33,6 +34,7 @@ ext {
'5.12': '2.13.11',
'5.13': '2.13.11',
'5.14': '2.13.11',
'5.15': '2.13.11',
]

log4js = [
Expand All @@ -46,6 +48,7 @@ ext {
'5.12': '2.20.0',
'5.13': '2.20.0',
'5.14': '2.20.0',
'5.15': '2.20.0',
]

ver = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public enum Neo4jVersion {
V_5_14,
V_RC;

private static final int MINOR_DEV_VERSION = 14;
private static final int MINOR_DEV_VERSION = 15;

@Override
public String toString() {
Expand Down

0 comments on commit 3c915ab

Please sign in to comment.