Skip to content

Commit ac5aec4

Browse files
authored
fix(deps): Update dependency org.apache.arrow:arrow-memory-netty to v15 (#210)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.arrow:arrow-memory-netty](https://arrow.apache.org/) ([source](https://togithub.com/apache/arrow)) | dependencies | major | `12.0.1` -> `15.0.2` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMiIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 688f627 commit ac5aec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
testImplementation 'org.assertj:assertj-core:3.25.3'
6060
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
6161

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

6565
test {

0 commit comments

Comments
 (0)