Skip to content

Commit 6480b1f

Browse files
authored
Merge pull request #10934 from brs96/update-neo4j-2025062
Update Neo4j 2025.06.2
2 parents 162aad5 + 1b9c9b9 commit 6480b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = '2.19.0'
11-
neo4jVersion = '2025.06.1'
11+
neo4jVersion = '2025.06.2'
1212

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

gradle/neo4j.dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
java-driver = "5.28.2"
3-
neo4j = "2025.06.1"
3+
neo4j = "2025.06.2"
44

55
[libraries]
66
annotations = { module = "org.neo4j:annotations", version.ref = "neo4j" }

0 commit comments

Comments
 (0)