Upgrade Cypher-DSL to 2024.5.0.

This provides the option for users to be able to use the latest Neo4j dialect, that will be safe with future Neo4j versions.

Signed-off-by: Michael Simons <michael@simons.ac>
This commit is contained in:
Michael Simons
2025-02-25 15:52:23 +01:00
parent 3e8505169c
commit 9d589c900b

View File

@@ -74,7 +74,7 @@
<blockhound.version>1.0.8.RELEASE</blockhound.version>
<checkstyle.skip>${skipTests}</checkstyle.skip>
<checkstyle.version>8.40</checkstyle.version>
<cypher-dsl.version>2024.4.0</cypher-dsl.version>
<cypher-dsl.version>2024.5.0</cypher-dsl.version>
<dist.id>spring-data-neo4j</dist.id>
<dist.key>SDNEO4J</dist.key>
<flatten-maven-plugin.version>1.2.5</flatten-maven-plugin.version>