Skip to content

Commit

Permalink
Upgrade Apache Arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Feb 1, 2024
1 parent 73d3b6d commit 3bbfd4f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,27 @@
<version>${conscrypt.version}</version>
</dependency>

<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>15.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-format</artifactId>
<version>15.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
<version>15.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>15.0.0</version>
</dependency>

<!-- Google Cloud Services Extensions -->
<dependency>
<groupId>io.quarkiverse.googlecloudservices</groupId>
Expand Down

0 comments on commit 3bbfd4f

Please sign in to comment.