Skip to content

Commit 07b5f5b

Browse files
authored
fix(deps): Update dependency org.apache.arrow:arrow-memory-core to v17 (#258)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.arrow:arrow-memory-core](https://arrow.apache.org/) ([source](https://togithub.com/apache/arrow)) | dependencies | major | `15.0.2` -> `17.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 21f5c43 commit 07b5f5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: lib/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
implementation 'io.grpc:grpc-stub:1.65.1'
3939
implementation 'io.grpc:grpc-services:1.65.1'
4040
implementation 'io.cloudquery:plugin-pb-java:0.0.23'
41-
implementation 'org.apache.arrow:arrow-memory-core:15.0.2'
42-
implementation 'org.apache.arrow:arrow-vector:15.0.2'
41+
implementation 'org.apache.arrow:arrow-memory-core:17.0.0'
42+
implementation 'org.apache.arrow:arrow-vector:17.0.0'
4343
implementation 'commons-io:commons-io:2.16.1'
4444

4545
implementation "com.fasterxml.jackson.core:jackson-core:2.17.2"
@@ -59,7 +59,7 @@ dependencies {
5959
testImplementation 'org.assertj:assertj-core:3.26.3'
6060
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
6161

62-
runtimeOnly "org.apache.arrow:arrow-memory-netty:15.0.2"
62+
runtimeOnly "org.apache.arrow:arrow-memory-netty:17.0.0"
6363
}
6464

6565
test {

0 commit comments

Comments
 (0)