Skip to content

Commit

Permalink
[NOID] Neo4j 4.4.0.41, APOC 4.4.35 (#4282)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j authored Dec 19, 2024
1 parent d8a44e1 commit cd0a12e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

ext {
// Move to gradle.properties (but versions.json generation build depends on this right now)
neo4jVersion = '4.4.40'
neo4jVersion = '4.4.41'
publicDir = "${project.rootDir}"
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
neo4jDockerVersion = project.hasProperty("neo4jDockerVersionOverride") ? project.getProperty("neo4jDockerVersionOverride") : neo4jVersion
Expand Down Expand Up @@ -36,7 +36,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.4.0.34'
version = '4.4.0.35'
base {
archivesName = 'apoc'
}
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.34"
apoc-release: "4.4.0.35"
json-path-version: "2.8.0"
2 changes: 1 addition & 1 deletion extra-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configure(subprojects) {

subprojects {
group = 'org.neo4j.contrib'
version = '4.4.0.34'
version = '4.4.0.35'
}

task copyJars(type: Copy) {
Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:readme:
:branch: 4.4
:docs: https://neo4j.com/labs/apoc/4.4
:apoc-release: 4.4.0.34
:neo4j-version: 4.4.40
:apoc-release: 4.4.0.35
:neo4j-version: 4.4.41
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

https://community.neo4j.com[image:https://img.shields.io/discourse/users?logo=discourse&server=https%3A%2F%2Fcommunity.neo4j.com[Discourse users]]
Expand Down

0 comments on commit cd0a12e

Please # to comment.