File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99ext {
1010 // Move to gradle.properties (but versions.json generation build depends on this right now)
11- neo4jVersion = ' 4.4.34 '
11+ neo4jVersion = ' 4.4.35 '
1212 publicDir = " ${ project.rootDir} "
1313 neo4jVersionEffective = project. hasProperty(" neo4jVersionOverride" ) ? project. getProperty(" neo4jVersionOverride" ) : neo4jVersion
1414 neo4jDockerVersion = project. hasProperty(" neo4jDockerVersionOverride" ) ? project. getProperty(" neo4jDockerVersionOverride" ) : neo4jVersion
Original file line number Diff line number Diff line change 22:branch: 4.4
33:docs: https://neo4j.com/labs/apoc/4.4
44:apoc-release: 4.4.0.29
5- :neo4j-version: 4.4.34
5+ :neo4j-version: 4.4.35
66:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images
77
88https://community.neo4j.com[image:https://img.shields.io/discourse/users?logo=discourse&server=https%3A%2F%2Fcommunity.neo4j.com[Discourse users]]
You can’t perform that action at this time.
0 commit comments