We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cbf86 commit 7af5210Copy full SHA for 7af5210
2 files changed
examples/pregel-bootstrap/build.gradle
@@ -8,7 +8,7 @@ plugins {
8
ext {
9
// Make sure these are the same as your installation of GDS and Neo4j
10
gdsVersion = '2.13.8'
11
- neo4jVersion = '5.26.22'
+ neo4jVersion = '5.26.24'
12
13
// Necessary to generate value classes for Pregel configs
14
immutablesVersion = '2.10.1'
gradle/dependencies.gradle
@@ -1,7 +1,7 @@
1
2
ver = [
3
'log4j' : '2.20.0',
4
- 'neo4j' : '5.26.22',
+ 'neo4j' : '5.26.24',
5
'scala' : '2.13.11',
6
'shiro' : '2.1.0',
7
]
0 commit comments