Skip to content

Commit 81507d9

Browse files
Bump neo4j dependencies
1 parent 19e89e1 commit 81507d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.10'
11-
neo4jVersion = '5.26.27'
10+
gdsVersion = '2.13.11'
11+
neo4jVersion = '5.26.28'
1212

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

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
ver = [
33
'log4j' : '2.20.0',
4-
'neo4j' : '5.26.27',
4+
'neo4j' : '5.26.28',
55
'scala' : '2.13.11',
66
'shiro' : '2.1.0',
77
]

0 commit comments

Comments
 (0)