diff --git a/LICENSES.txt b/LICENSES.txt index fb7ce75ba..1eeeccecb 100644 --- a/LICENSES.txt +++ b/LICENSES.txt @@ -10,10 +10,10 @@ Apache-2.0 WMI4Java-1.6.3.jar accessors-smart-2.4.9.jar annotations-17.0.0.jar - arrow-format-12.0.1.jar - arrow-memory-core-12.0.1.jar - arrow-memory-netty-12.0.1.jar - arrow-vector-12.0.1.jar + arrow-format-13.0.0.jar + arrow-memory-core-13.0.0.jar + arrow-memory-netty-13.0.0.jar + arrow-vector-13.0.0.jar assertj-core-3.24.2.jar audience-annotations-0.5.0.jar avro-1.7.7.jar diff --git a/NOTICE.txt b/NOTICE.txt index e84e9ff83..357432100 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -40,10 +40,10 @@ Apache-2.0 WMI4Java-1.6.3.jar accessors-smart-2.4.9.jar annotations-17.0.0.jar - arrow-format-12.0.1.jar - arrow-memory-core-12.0.1.jar - arrow-memory-netty-12.0.1.jar - arrow-vector-12.0.1.jar + arrow-format-13.0.0.jar + arrow-memory-core-13.0.0.jar + arrow-memory-netty-13.0.0.jar + arrow-vector-13.0.0.jar assertj-core-3.24.2.jar audience-annotations-0.5.0.jar avro-1.7.7.jar diff --git a/core/build.gradle b/core/build.gradle index e8f15425a..6e71451aa 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -57,8 +57,8 @@ dependencies { exclude group: 'io.netty', module: 'netty-common' } - implementation group: 'org.apache.arrow', name: 'arrow-vector', version: '12.0.1', arrowExclusions - implementation group: 'org.apache.arrow', name: 'arrow-memory-netty', version: '12.0.1', arrowExclusions + implementation group: 'org.apache.arrow', name: 'arrow-vector', version: '13.0.0', arrowExclusions + implementation group: 'org.apache.arrow', name: 'arrow-memory-netty', version: '13.0.0', arrowExclusions implementation group: 'io.netty', name: 'netty-buffer', { version { strictly '4.1.96.Final' diff --git a/test-utils/build.gradle b/test-utils/build.gradle index e7e435152..c0297f39b 100644 --- a/test-utils/build.gradle +++ b/test-utils/build.gradle @@ -43,8 +43,8 @@ dependencies { api group: 'org.testcontainers', name: 'postgresql', version: testContainersVersion api group: 'org.testcontainers', name: 'cassandra', version: testContainersVersion api group: 'org.testcontainers', name: 'localstack', version: testContainersVersion - api group: 'org.apache.arrow', name: 'arrow-vector', version: '12.0.1' - api group: 'org.apache.arrow', name: 'arrow-memory-netty', version: '12.0.1' + api group: 'org.apache.arrow', name: 'arrow-vector', version: '13.0.0' + api group: 'org.apache.arrow', name: 'arrow-memory-netty', version: '13.0.0' implementation project(":common") implementation group: 'org.neo4j', name: 'neo4j-common', version: neo4jVersionEffective, classifier: "tests"