Skip to content

Commit f50fb52

Browse files
committed
Bump 5.25 patch version
1 parent a2ec2d6 commit f50fb52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ When installing GDS manually, please refer to the below compatibility matrix:
2929
.3+<.^|_GDS 2.13.x (preview)_
3030
|Neo4j 5.26.0
3131
.3+.^|Java 21 & Java 17
32-
|Neo4j 5.25.0
32+
|Neo4j 5.25.1
3333
|Neo4j 5.24.0
3434
.2+<.^|GDS 2.12.0
35-
|Neo4j 5.25.0
35+
|Neo4j 5.25.1
3636
.2+.^|Java 21 & Java 17
3737
|Neo4j 5.24.0
3838
.2+<.^|GDS 2.11.x

examples/pregel-bootstrap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
1010
gdsVersion = '2.12.0'
11-
neo4jVersion = '5.25.0'
11+
neo4jVersion = '5.25.1'
1212

1313
// Necessary to generate value classes for Pregel configs
1414
immutablesVersion = '2.10.1'

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.24': properties.getOrDefault('neo4jVersion524', '5.24.0'),
4-
'5.25': properties.getOrDefault('neo4jVersion525', '5.25.0'),
4+
'5.25': properties.getOrDefault('neo4jVersion525', '5.25.1'),
55
]
66

77
neo4jDefault = neos.'5.24'

0 commit comments

Comments
 (0)