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 19e89e1 commit 81507d9Copy full SHA for 81507d9
2 files changed
examples/pregel-bootstrap/build.gradle
@@ -7,8 +7,8 @@ plugins {
7
8
ext {
9
// Make sure these are the same as your installation of GDS and Neo4j
10
- gdsVersion = '2.13.10'
11
- neo4jVersion = '5.26.27'
+ gdsVersion = '2.13.11'
+ neo4jVersion = '5.26.28'
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.27',
+ 'neo4j' : '5.26.28',
5
'scala' : '2.13.11',
6
'shiro' : '2.1.0',
]
0 commit comments