Skip to content

Commit

Permalink
Update Cypher compiler dependency to 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaPeukert committed Jul 6, 2017
1 parent 7afd6c6 commit 5702bfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
@@ -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
2 changes: 1 addition & 1 deletion community/cypher/cypher/pom.xml
Expand Up @@ -211,7 +211,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-3.0</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
Expand Down

0 comments on commit 5702bfd

Please sign in to comment.