Skip to content

Commit

Permalink
[mj4Lls0c] Bump APOC and Neo4j versions (#4130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojjs authored Jul 5, 2024
1 parent 1cdba92 commit 6ee1ffd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Apache-2.0
parboiled-core-1.2.0.jar
parboiled-scala_2.12-1.2.0.jar
picocli-4.6.1.jar
reactor-core-3.6.6.jar
reactor-core-3.6.7.jar
reload4j-1.2.22.jar
scala-library-2.12.13.jar
scala-reflect-2.12.13.jar
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Apache-2.0
parboiled-core-1.2.0.jar
parboiled-scala_2.12-1.2.0.jar
picocli-4.6.1.jar
reactor-core-3.6.6.jar
reactor-core-3.6.7.jar
reload4j-1.2.22.jar
scala-library-2.12.13.jar
scala-reflect-2.12.13.jar
Expand Down
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.35'
neo4jVersion = '4.4.36'
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.29'
version = '4.4.0.30'
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.29"
apoc-release: "4.4.0.30"
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.29'
version = '4.4.0.30'
}

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.29
:neo4j-version: 4.4.35
:apoc-release: 4.4.0.30
:neo4j-version: 4.4.36
: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 6ee1ffd

Please sign in to comment.