Skip to content

Commit 3c8a03e

Browse files
fix(deps): Update dependency org.apache.arrow:arrow-memory-netty to v19
1 parent bc473c1 commit 3c8a03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
testImplementation 'org.assertj:assertj-core:3.27.7'
5656
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5757

58-
runtimeOnly "org.apache.arrow:arrow-memory-netty:18.3.0"
58+
runtimeOnly "org.apache.arrow:arrow-memory-netty:19.0.0"
5959
}
6060

6161
test {

0 commit comments

Comments
 (0)