Skip to content

Commit aa833dc

Browse files
Update to 5.26.16
1 parent fb1bab1 commit aa833dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7'
11-
neo4jVersion = '5.26.13'
11+
neo4jVersion = '5.26.16'
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.12',
4+
'neo4j' : '5.26.16',
55
'scala' : '2.13.11',
66
'shiro' : '2.0.1',
77
]

0 commit comments

Comments
 (0)