Skip to content

Commit 48691d3

Browse files
Update pregel-bootstrap GDS and Neo4j
Co-Authored-By: Ioannis Panagiotas <ioannis.panagiotas@neo4j.com>
1 parent 9175a2d commit 48691d3

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.18.0'
11-
neo4jVersion = '2025.05.0'
10+
gdsVersion = '2.19.0'
11+
neo4jVersion = '2025.06.0'
1212

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

0 commit comments

Comments
 (0)