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.
2 parents 162aad5 + 1b9c9b9 commit 6480b1fCopy full SHA for 6480b1f
examples/pregel-bootstrap/build.gradle
@@ -8,7 +8,7 @@ plugins {
8
ext {
9
// Make sure these are the same as your installation of GDS and Neo4j
10
gdsVersion = '2.19.0'
11
- neo4jVersion = '2025.06.1'
+ neo4jVersion = '2025.06.2'
12
13
// Necessary to generate value classes for Pregel configs
14
immutablesVersion = '2.10.1'
gradle/neo4j.dependencies.toml
@@ -1,6 +1,6 @@
1
[versions]
2
java-driver = "5.28.2"
3
-neo4j = "2025.06.1"
+neo4j = "2025.06.2"
4
5
[libraries]
6
annotations = { module = "org.neo4j:annotations", version.ref = "neo4j" }
0 commit comments