diff --git a/community/cypher/acceptance-spec-suite/src/test/resources/blacklists/compatibility-30.txt b/community/cypher/acceptance-spec-suite/src/test/resources/blacklists/compatibility-30.txt index 2cd91668a88c0..af2e8c9e58b3d 100644 --- a/community/cypher/acceptance-spec-suite/src/test/resources/blacklists/compatibility-30.txt +++ b/community/cypher/acceptance-spec-suite/src/test/resources/blacklists/compatibility-30.txt @@ -1,8 +1,2 @@ Standalone call to procedure with argument of type INTEGER accepts value of type FLOAT In-query call to procedure with argument of type INTEGER accepts value of type FLOAT - -// ReturnAcceptance.feature -Accessing a list with null should return null -Accessing a list with null as lower bound should return null -Accessing a list with null as upper bound should return null -Accessing a map with null should return null diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index 4155243f353be..8f0d791abaa58 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -211,7 +211,7 @@ org.neo4j neo4j-cypher-compiler-3.0 - 3.0.9 + 3.0.10 org.neo4j