@@ -26,19 +26,21 @@ When installing GDS manually, please refer to the below compatibility matrix:
2626.Compatibility matrix (italicized version is in development)
2727|===
2828|GDS version | Neo4j version | Java Version
29- .7+<.^|_GDS 2.5.x_
29+ .8+<.^|_GDS 2.5.x_
30+ |Neo4j 5.12.0
31+ .7+.^|Java 17
3032|Neo4j 5.11.0
31- .6+.^|Java 17
3233|Neo4j 5.10.0
3334|Neo4j 5.9.0
3435|Neo4j 5.8.0
3536|Neo4j 5.7.0
3637|Neo4j 5.6.0
3738|Neo4j 4.4.9 - 4.4.26
3839.1+.^|Java 11
39- .12+<.^|GDS 2.4.x
40+ .13+<.^|GDS 2.4.x
41+ |Neo4j 5.12.0
42+ .12+.^|Java 17
4043|Neo4j 5.11.0
41- .11+.^|Java 17
4244|Neo4j 5.10.0
4345|Neo4j 5.9.0
4446|Neo4j 5.8.0
@@ -106,7 +108,7 @@ For the most basic set of features, like graph loading and the graph representat
106108<dependency>
107109 <groupId>org.neo4j.gds</groupId>
108110 <artifactId>core</artifactId>
109- <version>2.4.6 </version>
111+ <version>2.5.0 </version>
110112</dependency>
111113----
112114
@@ -118,21 +120,21 @@ The algorithms are located in the `algo-common`, `algo` and `alpha-algo` modules
118120<dependency>
119121 <groupId>org.neo4j.gds</groupId>
120122 <artifactId>algo-common</artifactId>
121- <version>2.4.6 </version>
123+ <version>2.5.0 </version>
122124</dependency>
123125
124126<!-- Contains the productized algorithms -->
125127<dependency>
126128 <groupId>org.neo4j.gds</groupId>
127129 <artifactId>algo</artifactId>
128- <version>2.4.6 </version>
130+ <version>2.5.0 </version>
129131</dependency>
130132
131133<!-- Contains some alpha algorithms -->
132134<dependency>
133135 <groupId>org.neo4j.gds</groupId>
134136 <artifactId>alpha-algo</artifactId>
135- <version>2.4.6 </version>
137+ <version>2.5.0 </version>
136138</dependency>
137139----
138140
@@ -144,28 +146,28 @@ The procedures are located in the `proc-common`, `proc` and `alpha-proc` modules
144146<dependency>
145147 <groupId>org.neo4j.gds</groupId>
146148 <artifactId>proc-common</artifactId>
147- <version>2.4.6 </version>
149+ <version>2.5.0 </version>
148150</dependency>
149151
150152<!-- Contains the productized algorithm procedures -->
151153<dependency>
152154 <groupId>org.neo4j.gds</groupId>
153155 <artifactId>proc</artifactId>
154- <version>2.4.6 </version>
156+ <version>2.5.0 </version>
155157</dependency>
156158
157159<!-- Contains some alpha algorithm procedures-->
158160<dependency>
159161 <groupId>org.neo4j.gds</groupId>
160162 <artifactId>alpha-proc</artifactId>
161- <version>2.4.6 </version>
163+ <version>2.5.0 </version>
162164</dependency>
163165
164166<!-- Required by the write execution modes, this artifact is responsible for providing the various exporters -->
165167<dependency>
166168 <groupId>org.neo4j.gds</groupId>
167169 <artifactId>open-write-services</artifactId>
168- <version>2.4.6 </version>
170+ <version>2.5.0 </version>
169171</dependency>
170172----
171173
0 commit comments