Skip to content

Commit

Permalink
[NOID] Bump arrow (#576)
Browse files Browse the repository at this point in the history
Co-authored-by: neo-technology-build-agent <[email protected]>
  • Loading branch information
loveleif and neo-technology-build-agent authored Jan 24, 2024
1 parent 6b6e24c commit 128db22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ Apache-2.0
accessors-smart-2.4.9.jar
annotations-17.0.0.jar
arrow-format-13.0.0.jar
arrow-format-15.0.0.jar
arrow-memory-core-13.0.0.jar
arrow-memory-core-15.0.0.jar
arrow-memory-netty-13.0.0.jar
arrow-memory-netty-15.0.0.jar
arrow-vector-13.0.0.jar
arrow-vector-15.0.0.jar
assertj-core-3.24.2.jar
audience-annotations-0.5.0.jar
avro-1.7.7.jar
Expand Down Expand Up @@ -55,6 +59,7 @@ Apache-2.0
failureaccess-1.0.1.jar
failureaccess-1.0.jar
flatbuffers-java-1.12.0.jar
flatbuffers-java-23.5.26.jar
fst-2.50.jar
geronimo-jcache_1.0_spec-1.0-alpha-1.jar
gradle-tooling-api-7.3.jar
Expand Down Expand Up @@ -106,7 +111,6 @@ Apache-2.0
jackson-databind-2.16.0.jar
jackson-dataformat-cbor-2.16.0.jar
jackson-dataformat-csv-2.16.0.jar
jackson-datatype-jsr310-2.15.1.jar
jackson-datatype-jsr310-2.16.0.jar
jackson-jaxrs-base-2.16.0.jar
jackson-jaxrs-json-provider-2.16.0.jar
Expand Down
6 changes: 5 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ Apache-2.0
accessors-smart-2.4.9.jar
annotations-17.0.0.jar
arrow-format-13.0.0.jar
arrow-format-15.0.0.jar
arrow-memory-core-13.0.0.jar
arrow-memory-core-15.0.0.jar
arrow-memory-netty-13.0.0.jar
arrow-memory-netty-15.0.0.jar
arrow-vector-13.0.0.jar
arrow-vector-15.0.0.jar
assertj-core-3.24.2.jar
audience-annotations-0.5.0.jar
avro-1.7.7.jar
Expand Down Expand Up @@ -85,6 +89,7 @@ Apache-2.0
failureaccess-1.0.1.jar
failureaccess-1.0.jar
flatbuffers-java-1.12.0.jar
flatbuffers-java-23.5.26.jar
fst-2.50.jar
geronimo-jcache_1.0_spec-1.0-alpha-1.jar
gradle-tooling-api-7.3.jar
Expand Down Expand Up @@ -136,7 +141,6 @@ Apache-2.0
jackson-databind-2.16.0.jar
jackson-dataformat-cbor-2.16.0.jar
jackson-dataformat-csv-2.16.0.jar
jackson-datatype-jsr310-2.15.1.jar
jackson-datatype-jsr310-2.16.0.jar
jackson-jaxrs-base-2.16.0.jar
jackson-jaxrs-json-provider-2.16.0.jar
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ dependencies {
exclude group: 'io.netty', module: 'netty-buffer'
}

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: 'org.apache.arrow', name: 'arrow-vector', version: '15.0.0', arrowExclusions
implementation group: 'org.apache.arrow', name: 'arrow-memory-netty', version: '15.0.0', arrowExclusions

// These will be dependencies not packaged with the .jar
// They need to be provided either through the database or in an extra .jar
Expand Down

0 comments on commit 128db22

Please sign in to comment.