Skip to content

Commit 0403d53

Browse files
authored
[NOID] Bump APOC and Neo4j versions (#4459)
1 parent 0c96032 commit 0403d53

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

LICENSES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Apache-2.0
4141
commons-daemon-1.0.13.jar
4242
commons-io-2.17.0.jar
4343
commons-lang-2.6.jar
44-
commons-lang3-3.14.0.jar
4544
commons-lang3-3.18.0.jar
4645
commons-logging-1.2.jar
4746
commons-logging-1.3.0.jar

NOTICE.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Apache-2.0
7171
commons-daemon-1.0.13.jar
7272
commons-io-2.17.0.jar
7373
commons-lang-2.6.jar
74-
commons-lang3-3.14.0.jar
7574
commons-lang3-3.18.0.jar
7675
commons-logging-1.2.jar
7776
commons-logging-1.3.0.jar

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
ext {
1010
// Move to gradle.properties (but versions.json generation build depends on this right now)
11-
neo4jVersion = '4.4.45'
11+
neo4jVersion = '4.4.46'
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

3737
allprojects {
3838
group = 'org.neo4j.procedure'
39-
version = '4.4.0.38'
39+
version = '4.4.0.39'
4040
base {
4141
archivesName = 'apoc'
4242
}

docs/asciidoc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.38"
11+
apoc-release: "4.4.0.39"
1212
json-path-version: "2.8.0"

extra-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configure(subprojects) {
1515

1616
subprojects {
1717
group = 'org.neo4j.contrib'
18-
version = '4.4.0.38'
18+
version = '4.4.0.39'
1919
}
2020

2121
task copyJars(type: Copy) {

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:readme:
22
:branch: 4.4
33
:docs: https://neo4j.com/labs/apoc/4.4
4-
:apoc-release: 4.4.0.38
5-
:neo4j-version: 4.4.45
4+
:apoc-release: 4.4.0.39
5+
:neo4j-version: 4.4.46
66
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images
77

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

0 commit comments

Comments
 (0)