diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index 063caa4e91c96..a03e487ca7a2c 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -155,7 +155,7 @@ org.neo4j neo4j-cypher-compiler-2.3 - 2.3.12 + ${cypher.compatibility.23} org.neo4j @@ -182,7 +182,7 @@ org.neo4j neo4j-cypher-compiler-3.1 - 3.1.8 + ${cypher.compatibility.31} org.neo4j @@ -221,7 +221,7 @@ org.neo4j neo4j-cypher-compiler-3.3 - 3.3.6 + ${cypher.compatibility.33} org.neo4j diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index 6834597ad211e..722ee8d281993 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -175,7 +175,7 @@ org.neo4j neo4j-graph-matching - 3.1.6 + ${cypher.compatibility.31} org.neo4j diff --git a/pom.xml b/pom.xml index b04d906179140..11909f83b1432 100644 --- a/pom.xml +++ b/pom.xml @@ -95,8 +95,11 @@ 1.8 1.19.3 - 2018 + 2.3.12 + 3.1.9 + 3.3.6 + 2.6.2 @@ -963,7 +966,7 @@ com.github.ben-manes.caffeine caffeine - 2.6.2 + ${caffeine.version} org.slf4j