Skip to content

Commit

Permalink
[9VPaH2ha] Bumps apoc version (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored May 22, 2023
1 parent 93b6443 commit 8935c40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.4.0.18'
version = '4.4.0.19'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""
}
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ asciidoc:
docs-version: "4.4"
branch: "4.4"
apoc-release-absolute: "4.4"
apoc-release: "4.4.0.18"
apoc-release: "4.4.0.19"
json-path-version: "2.8.0"
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.4.0.18' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.4.0.19' }

ext {
versionParts = apocVersion.split('-')
Expand Down
2 changes: 1 addition & 1 deletion extra-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configure(subprojects) {


subprojects {
version = '4.4.0.18'
version = '4.4.0.19'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit 8935c40

Please sign in to comment.