From 0e8e8a6644fedd0665ac89321a40381a2c262b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louise=20S=C3=B6derstr=C3=B6m?= Date: Mon, 8 Apr 2024 17:35:14 +0200 Subject: [PATCH] [VSncHHoB] Bump versions to 5.20 (#614) --- LICENSES.txt | 34 ++++++++++++++++++++++++++++++++-- NOTICE.txt | 7 +++++-- build.gradle | 8 ++++---- readme.adoc | 6 +++--- 4 files changed, 44 insertions(+), 11 deletions(-) diff --git a/LICENSES.txt b/LICENSES.txt index 28bbfd01d..fcc45b442 100644 --- a/LICENSES.txt +++ b/LICENSES.txt @@ -31,14 +31,14 @@ Apache-2.0 commons-codec-1.16.1.jar commons-collections-3.2.2.jar commons-compress-1.26.0.jar - commons-configuration2-2.9.0.jar + commons-configuration2-2.10.1.jar commons-csv-1.9.0.jar commons-daemon-1.0.13.jar commons-io-2.15.1.jar commons-lang-2.6.jar commons-lang3-3.12.0.jar commons-lang3-3.14.0.jar - commons-logging-1.2.jar + commons-logging-1.3.0.jar commons-math3-3.6.1.jar commons-net-3.9.0.jar commons-text-1.10.0.jar @@ -538,6 +538,36 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------ +BSD-3-Clause + antlr4-runtime-4.13.1.jar +------------------------------------------------------------------------------ + +Copyright (c) , +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + ------------------------------------------------------------------------------ BSD-3-Clause protobuf-java-3.25.1.jar diff --git a/NOTICE.txt b/NOTICE.txt index cbef4188c..9b78fe433 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -61,14 +61,14 @@ Apache-2.0 commons-codec-1.16.1.jar commons-collections-3.2.2.jar commons-compress-1.26.0.jar - commons-configuration2-2.9.0.jar + commons-configuration2-2.10.1.jar commons-csv-1.9.0.jar commons-daemon-1.0.13.jar commons-io-2.15.1.jar commons-lang-2.6.jar commons-lang3-3.12.0.jar commons-lang3-3.14.0.jar - commons-logging-1.2.jar + commons-logging-1.3.0.jar commons-math3-3.6.1.jar commons-net-3.9.0.jar commons-text-1.10.0.jar @@ -294,6 +294,9 @@ BSD-3-Clause hamcrest-library-2.2.jar leveldbjni-all-1.8.jar +BSD-3-Clause + antlr4-runtime-4.13.1.jar + BSD-3-Clause protobuf-java-3.25.1.jar diff --git a/build.gradle b/build.gradle index cb7fd67c8..c5ffd6c2c 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ downloadLicenses { allprojects { group = 'org.neo4j.procedure' - version = System.getenv('APOC_VERSION') ? System.getenv('APOC_VERSION') : '5.19.0' + version = System.getenv('APOC_VERSION') ? System.getenv('APOC_VERSION') : '5.20.0' archivesBaseName = 'apoc' description = """neo4j-apoc-procedures""" } @@ -98,8 +98,8 @@ subprojects { // neo4jDockerImage system property is used in TestContainerUtil systemProperties 'user.language': 'en', 'user.country': 'US', - 'neo4jDockerImage': project.hasProperty("neo4jDockerEeOverride") ? project.getProperty("neo4jDockerEeOverride") : 'neo4j:5.19.0-enterprise-debian', - 'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerCeOverride") ? project.getProperty("neo4jDockerCeOverride") : 'neo4j:5.19.0-debian', + 'neo4jDockerImage': project.hasProperty("neo4jDockerEeOverride") ? project.getProperty("neo4jDockerEeOverride") : 'neo4j:5.20.0-enterprise-debian', + 'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerCeOverride") ? project.getProperty("neo4jDockerCeOverride") : 'neo4j:5.20.0-debian', 'coreDir': 'core', 'testDockerBundle': project.hasProperty("testDockerBundle") ? true : false @@ -167,7 +167,7 @@ apply from: "licenses-source-header.gradle" ext { publicDir = "${project.rootDir}" - neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : "5.19.0" + neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : "5.20.0" testContainersVersion = '1.19.1' apacheArrowVersion = '15.0.0' } diff --git a/readme.adoc b/readme.adoc index 595b717b3..ee17c10f7 100644 --- a/readme.adoc +++ b/readme.adoc @@ -1,8 +1,8 @@ :readme: -:branch: 5.18 +:branch: 5.20 :docs: https://neo4j.com/docs/apoc/current -:apoc-release: 5.19.0 -:neo4j-version: 5.19.0 +:apoc-release: 5.20.0 +:neo4j-version: 5.20.0 :img: https://raw.githubusercontent.com/neo4j/apoc/dev/images https://community.neo4j.com[image:https://img.shields.io/discourse/users?logo=discourse&server=https%3A%2F%2Fcommunity.neo4j.com[Discourse users]]