Skip to content

Commit 7af5210

Browse files
Upd for 5.26.24
1 parent 81cbf86 commit 7af5210

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.13.8'
11-
neo4jVersion = '5.26.22'
11+
neo4jVersion = '5.26.24'
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
ver = [
33
'log4j' : '2.20.0',
4-
'neo4j' : '5.26.22',
4+
'neo4j' : '5.26.24',
55
'scala' : '2.13.11',
66
'shiro' : '2.1.0',
77
]

0 commit comments

Comments
 (0)