Skip to content

Commit

Permalink
[NOID] Bump version APOC and Neo4j versions (#4053)
Browse files Browse the repository at this point in the history
* [NOID] Bump version to 4.4.0.28

* [NOID] Bumped Neo4j version to 4.4.34

* [NOID] Run generateLicenses

---------

Co-authored-by: neo-technology-build-agent <[email protected]>
  • Loading branch information
1 parent cbc0b79 commit efca65a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3032,11 +3032,11 @@ and/or involve the use of third party software.
------------------------------------------------------------------------------
MIT
bcpkix-jdk15on-1.70.jar
bcpkix-jdk18on-1.75.jar
bcpkix-jdk18on-1.78.jar
bcprov-jdk15on-1.70.jar
bcprov-jdk18on-1.75.jar
bcprov-jdk18on-1.78.jar
bcutil-jdk15on-1.70.jar
bcutil-jdk18on-1.75.jar
bcutil-jdk18on-1.78.jar
cassandra-1.17.6.jar
checker-qual-3.33.0.jar
couchbase-1.17.6.jar
Expand Down
6 changes: 3 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,11 @@ LGPL-2.1-or-later

MIT
bcpkix-jdk15on-1.70.jar
bcpkix-jdk18on-1.75.jar
bcpkix-jdk18on-1.78.jar
bcprov-jdk15on-1.70.jar
bcprov-jdk18on-1.75.jar
bcprov-jdk18on-1.78.jar
bcutil-jdk15on-1.70.jar
bcutil-jdk18on-1.75.jar
bcutil-jdk18on-1.78.jar
cassandra-1.17.6.jar
checker-qual-3.33.0.jar
couchbase-1.17.6.jar
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.4.0.27'
version = '4.4.0.28'
base {
archivesName = 'apoc'
}
Expand Down Expand Up @@ -88,8 +88,8 @@ subprojects {
// neo4jDockerImage system property is used in TestContainerUtil
systemProperties 'user.language' : 'en' ,
'user.country ' : 'US',
'neo4jDockerImage' : project.hasProperty("neo4jDockerVersionOverride") ? 'neo4j:' + project.getProperty("neo4jDockerVersionOverride") + '-enterprise-debian' : 'neo4j:4.4.33-enterprise-debian',
'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerVersionOverride") ? 'neo4j:' + project.getProperty("neo4jDockerVersionOverride") + '-debian': 'neo4j:4.4.33-debian'
'neo4jDockerImage' : project.hasProperty("neo4jDockerVersionOverride") ? 'neo4j:' + project.getProperty("neo4jDockerVersionOverride") + '-enterprise-debian' : 'neo4j:4.4.34-enterprise-debian',
'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerVersionOverride") ? 'neo4j:' + project.getProperty("neo4jDockerVersionOverride") + '-debian': 'neo4j:4.4.34-debian'

maxHeapSize = "5G"
forkEvery = 50
Expand Down Expand Up @@ -135,7 +135,7 @@ apply from: "licenses-3rdparties.gradle"
ext {
publicDir = "${project.rootDir}"
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
neo4jVersion = "4.4.33"
neo4jVersion = "4.4.34"
// instead we apply the override logic here
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
testContainersVersion = '1.17.6'
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.27"
apoc-release: "4.4.0.28"
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 @@ -14,7 +14,7 @@ configure(subprojects) {


subprojects {
version = '4.4.0.27'
version = '4.4.0.28'
group = 'org.neo4j.contrib'
}

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.27
:neo4j-version: 4.4.33
:apoc-release: 4.4.0.28
:neo4j-version: 4.4.34
: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 efca65a

Please sign in to comment.