File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.36 '
11+ neo4jVersion = ' 4.4.37 '
1212 publicDir = " ${ project.rootDir} "
1313 neo4jVersionEffective = project. hasProperty(" neo4jVersionOverride" ) ? project. getProperty(" neo4jVersionOverride" ) : neo4jVersion
1414 neo4jDockerVersion = project. hasProperty(" neo4jDockerVersionOverride" ) ? project. getProperty(" neo4jDockerVersionOverride" ) : neo4jVersion
@@ -36,7 +36,7 @@ downloadLicenses {
3636
3737allprojects {
3838 group = ' org.neo4j.procedure'
39- version = ' 4.4.0.30 '
39+ version = ' 4.4.0.31 '
4040 base {
4141 archivesName = ' apoc'
4242 }
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ asciidoc:
88 docs-version : " 4.4"
99 branch : " 4.4"
1010 apoc-release-absolute : " 4.4"
11- apoc-release : " 4.4.0.30 "
11+ apoc-release : " 4.4.0.31 "
1212 json-path-version : " 2.8.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ configure(subprojects) {
1515
1616subprojects {
1717 group = ' org.neo4j.contrib'
18- version = ' 4.4.0.30 '
18+ version = ' 4.4.0.31 '
1919}
2020
2121task copyJars (type : Copy ) {
Original file line number Diff line number Diff line change 11:readme:
22:branch: 4.4
33:docs: https://neo4j.com/labs/apoc/4.4
4- :apoc-release: 4.4.0.30
5- :neo4j-version: 4.4.36
4+ :apoc-release: 4.4.0.31
5+ :neo4j-version: 4.4.37
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