Skip to content

Commit 396c2dd

Browse files
committed
Update Neo4j Pregel dependency version to 4.2.11
1 parent 6b7e80f commit 396c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 = '1.6.4'
11-
neo4jVersion = '4.2.8'
11+
neo4jVersion = '4.2.11'
1212

1313
// Necessary to generate value classes for Pregel configs
1414
immutablesVersion = '2.8.1'

0 commit comments

Comments
 (0)