Skip to content

Commit 7ddf439

Browse files
committed
update to current version of neo4j-cypher-dsl
this update contains a bugfix where the renderer causes stackoverflow exceptions: neo4j/cypher-dsl#149
1 parent b86fc25 commit 7ddf439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.neo4j</groupId>
8383
<artifactId>neo4j-cypher-dsl</artifactId>
84-
<version>2021.0.1</version>
84+
<version>2021.0.2</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)