Skip to content

Commit 64a1e56

Browse files
committed
Unify Neo4j dependency across repository
All parts of GDS are now source-aligned on the Neo4j version used. This includes GDS plugin, GDS sessions, GDS remote-ops. The version is the next-to-release version of Neo4j.
1 parent 95f40a2 commit 64a1e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ext {
2-
neo4jDefault = '2025.01.0-RC-SNAPSHOT'
1+
apply from: "$reposityRootDirectory/gradle/neo4j-version.gradle"
32

3+
ext {
44
ver = [
55
'log4j' : '2.20.0',
6-
'neo4j' : properties.getOrDefault('neo4jOverride', neo4jDefault),
6+
'neo4j' : properties.getOrDefault('neo4jOverride', neo4jRCVersion),
77
'scala' : '2.13.11',
88
'shiro' : '2.0.1',
99
]

0 commit comments

Comments
 (0)