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 af36324 commit 7a73c72Copy full SHA for 7a73c72
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.6'
11
- neo4jVersion = '5.26.12'
+ gdsVersion = '2.13.7'
+ neo4jVersion = '5.26.13'
12
13
// Necessary to generate value classes for Pregel configs
14
immutablesVersion = '2.10.1'
0 commit comments