Skip to content

Commit 7a73c72

Browse files
committed
Update pregel-bootstrap dependencies
1 parent af36324 commit 7a73c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pregel-bootstrap/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77

88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
10-
gdsVersion = '2.13.6'
11-
neo4jVersion = '5.26.12'
10+
gdsVersion = '2.13.7'
11+
neo4jVersion = '5.26.13'
1212

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

0 commit comments

Comments
 (0)