Skip to content

Commit f37bd39

Browse files
FlorentinDMats-SX
andcommitted
Remove 5.25 reference from 2.13 branch
Only need to check its compatible with LTS 5.26 version Co-authored-by: Mats Rydberg <[email protected]>
1 parent cfb0764 commit f37bd39

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
ext {
2-
neos = [
3-
'5.25': '5.25.1',
4-
'5.26': '5.26.1',
5-
]
6-
7-
neo4jDefault = project.hasProperty('isOpenGds') ? neos.'5.25' : neos.'5.26'
8-
92
ver = [
103
'log4j' : '2.20.0',
11-
'neo4j' : neo4jDefault,
4+
'neo4j' : '5.26.2',
125
'scala' : '2.13.11',
136
'shiro' : '2.0.1',
147
]

0 commit comments

Comments
 (0)