diff --git a/lib/build.gradle b/lib/build.gradle index 44a1dcc4..4f207030 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -59,7 +59,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.27.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' - runtimeOnly "org.apache.arrow:arrow-memory-netty:18.1.0" + runtimeOnly "org.apache.arrow:arrow-memory-netty:18.2.0" } test {