diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 2295b4279..3275cfbd1 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -21,6 +21,7 @@
1.8
1.8
UTF-8
+ 15.0.2
@@ -46,10 +47,12 @@
org.apache.arrow
arrow-vector
+ ${arrow.version}
org.apache.arrow
arrow-memory-netty
+ ${arrow.version}
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 3e2bb6f4d..1bf7429eb 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -21,6 +21,7 @@
1.8
1.8
UTF-8
+ 15.0.2
@@ -64,10 +65,12 @@
org.apache.arrow
arrow-vector
+ ${arrow.version}
org.apache.arrow
arrow-memory-netty
+ ${arrow.version}
io.opentelemetry