Skip to content

Commit

Permalink
[NOID] Bump arrow versions (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j authored Sep 4, 2023
1 parent 18c415e commit 5eaff26
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5eaff26

Please sign in to comment.