Skip to content

Commit c8b90fd

Browse files
Move to next
1 parent dc4417b commit c8b90fd

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.10'
11-
neo4jVersion = '5.26.26'
11+
neo4jVersion = '5.26.27'
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.26',
4+
'neo4j' : '5.26.27',
55
'scala' : '2.13.11',
66
'shiro' : '2.1.0',
77
]

0 commit comments

Comments
 (0)