diff --git a/build.gradle b/build.gradle index 2967802090..4c4e7e21ef 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ description = """neo4j-apoc-procedures""" ext { // NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic - neo4jVersion = "3.5.7" + neo4jVersion = "3.5.11" // instead we apply the override logic here neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion testContainersVersion = '1.11.0' diff --git a/readme.adoc b/readme.adoc index b2f646b84c..857d60b302 100644 --- a/readme.adoc +++ b/readme.adoc @@ -1,8 +1,8 @@ :readme: :branch: 3.5 :docs: https://neo4j.com/docs/labs/apoc/current -:apoc-release: 3.5.0.4 -:neo4j-version: 3.5.6 +:apoc-release: 3.5.0.5 +:neo4j-version: 3.5.11 :img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images = Awesome Procedures for Neo4j {branch}.x @@ -182,7 +182,7 @@ The trailing `` part of the version number will be incremented with every [opts=header] |=== |apoc version | neo4j version -| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.4[3.5.0.4^] | 3.5.6 (3.5.x) +| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.5[3.5.0.5^] | 3.5.11 (3.5.x) | http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.4[3.4.0.6^] | 3.4.12 (3.4.x) | http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.3.0.4[3.3.0.4^] | 3.3.6 (3.3.x) | http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.3.6[3.2.3.6^] | 3.2.9 (3.2.x)