diff --git a/lib/build.gradle b/lib/build.gradle index 057a962..3aa5640 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.27.7' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - runtimeOnly "org.apache.arrow:arrow-memory-netty:18.3.0" + runtimeOnly "org.apache.arrow:arrow-memory-netty:19.0.0" } test {