Skip to content

Commit 4643436

Browse files
committed
Use published Neo4j 5.26.0
1 parent 5f18007 commit 4643436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
neos = [
33
'5.25': '5.25.1',
4-
'5.26': '5.26.0-SNAPSHOT',
4+
'5.26': '5.26.0',
55
]
66

77
neo4jDefault = project.hasProperty('isOpenGds') ? neos.'5.25' : neos.'5.26'

0 commit comments

Comments
 (0)