We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1bab1 commit aa833dcCopy full SHA for aa833dc
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.7'
11
- neo4jVersion = '5.26.13'
+ neo4jVersion = '5.26.16'
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.12',
+ 'neo4j' : '5.26.16',
5
'scala' : '2.13.11',
6
'shiro' : '2.0.1',
7
]
0 commit comments