Skip to content

Commit

Permalink
Use published Neo4j 5.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats-SX committed Dec 10, 2024
1 parent 5f18007 commit 4643436
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,7 +1,7 @@
ext {
neos = [
'5.25': '5.25.1',
'5.26': '5.26.0-SNAPSHOT',
'5.26': '5.26.0',
]

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

0 comments on commit 4643436

Please sign in to comment.